ryanto / ember-flash-message

Flash message for Ember.JS templates.
49 stars 23 forks source link

Compatibility with Ember 1.10 and HTMLBars #25

Closed treygriffith closed 9 years ago

treygriffith commented 9 years ago

Ember 1.10 introduced HTMLBars, which changed the syntax for the view helper slightly.

This PR changes the vendor files to Ember 1.10 (with the handlebars compiler in lieu of Handlebars, as per the release notes), and updates this helper to work with the new view helper API.

lessless commented 9 years ago

this is really important as of new ember-cli ships with ember 1.10 by default

herrherrmann commented 9 years ago

Yes, please merge!