ryanto / ember-flash-message

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

Support for Ember 1.11.0 #28

Open visoft opened 9 years ago

visoft commented 9 years ago

Because of this change: https://github.com/emberjs/ember.js/issues/10714, ember-flash-message doesn't work with Ember 1.11. The simple fix here works with both 1.10 and 1.11.

Note, I had to tweak ember.js because App.reset() is broken in 1.11, more info here: https://github.com/emberjs/ember.js/issues/10310.