ryanto / ember-flash-message

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

Allow `this.flashMessage` from controllers #5

Closed amiel closed 10 years ago

amiel commented 10 years ago

Closes #2, even though it is already closed

ryanto commented 10 years ago

I think anytime you are using the flash message from a controller it should be instant (and not on the next route change). Otherwise it's probably an indictor your logic should be moved into a route.

Closing this in favor of #2, but if there is some functionality you are specifically looking for here we can always reopen.

amiel commented 10 years ago

Nah, I suppose that makes sense.