abuiles / ember-cli-101-errata

18 stars 4 forks source link

Deprecation warning in articles/index for {{#each}} #165

Closed stefanbruvik closed 9 years ago

stefanbruvik commented 9 years ago

Using itemController='articles/item' in templates/articles/index.hbs gives deprecation warning:

DEPRECATION: Using the context switching form of {{each}} is deprecated. Please use the keyword form (`{{#each foo in bar}}`) instead.
abuiles commented 9 years ago

This should be fixed with today's update, now we are using components instead of itemsControllers.