abuiles / ember-cli-101-errata

18 stars 4 forks source link

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

Open NickChristensen opened 9 years ago

NickChristensen commented 9 years ago

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';
...