ember-flash-message
ember-flash-message copied to clipboard
Flash on init
I'm wondering for those that do not have the flash helper on their application template if this function should execute on init as well.
https://github.com/ryanto/ember-flash-message/blob/master/lib/helper.js#L7-L18
I have a version of this working and I can submit a PR if you would like.
Yup, feel free to submit a PR. Can you also include a test case or describe what the problem is so I can reproduce in a test case?
I just got bit by this and it can be pretty tricky to track down. I'd love to see this merged.