Comment for bash
This commit is contained in:
parent
f829bab424
commit
ab7b25882b
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,7 @@ In a nutshell, the next time you reach for a `didInsertElement()` with an `addEv
|
|||
First we install the library
|
||||
|
||||
```bash
|
||||
# In Your Terminal
|
||||
ember install ember-modifier
|
||||
```
|
||||
|
||||
|
@ -65,6 +66,7 @@ export default class MyComponent extends Component {
|
|||
We can create a custom modifier like so:
|
||||
|
||||
```bash
|
||||
# In Your Terminal
|
||||
ember g modifier key-down
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue