abuiles / ember-cli-101-errata

18 stars 4 forks source link

Page 92: confusion over directory naming #247

Open anjuliw opened 9 years ago

anjuliw commented 9 years ago

Page 92, the first line after the block of command-line text reads:

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

The text says it is in the addon namespace, while the file name says the app namespace. Which is correct?

EDIT: this is redundant of errata #232

abuiles commented 9 years ago

addon/components/fill-murray.js goes to addon's namespace, while app goes to app, maybe I need to fix it.

anjuliw commented 9 years ago

One more correction: at the bottom of page 92, it says to

specify the body of our component in app/templates/componets/fill-murray.hbs:

which I think should be in addon/templates rather than app/templates