Open visoft opened 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.
ember.js
App.reset()
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
becauseApp.reset()
is broken in 1.11, more info here: https://github.com/emberjs/ember.js/issues/10310.