Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript Ember.js Getting Started with Ember.js Setting up an Ember app

Roland Cedo
Roland Cedo
21,261 Points

Handlebar 2.0 + Ember 1.9

Hey guys,

Will I be encountering any pitfalls following along with Handlebars 2.0? Thanks as always :)

1 Answer

Ian VanSchooten
Ian VanSchooten
3,549 Points

I did the same thing, and haven't had any real problems. The {{each}} syntax is deprecated, in favor of the {{each item in model}} format, but the browser console will warn you about that. I get the feeling that this course just scratches the surface of Handlebars.