ryanto / ember-flash-message

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

Render a custom template as flash, with an associated controller #19

Open sebn opened 10 years ago

sebn commented 10 years ago

This PR allows you to define flash messages in templates, and to render them with whatever controller you want.

This has some advantages:

Of course, the text-oriented API still works.

I have a working implementation, but it may deserve some refactoring:

WDYT?