ember-cli-101-errata icon indicating copy to clipboard operation
ember-cli-101-errata copied to clipboard

Code block shows filename as `app/components/fill-murray.js`, should be `addon/components/fill-murray.js`

Open NickChristensen opened this issue 9 years ago • 0 comments

In addon/components/fill-murray.js, we can specify the properties for our component:

app/components/fill-murray.js

import Ember from 'ember';
import layout from '../templates/components/fill-murray';
...

NickChristensen avatar Aug 05 '15 16:08 NickChristensen