ember-flash-message icon indicating copy to clipboard operation
ember-flash-message copied to clipboard

Flash message for Ember.JS templates.

Results 10 ember-flash-message issues
Sort by recently updated
recently updated
newest added

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...

Have you thought of porting this to CLI https://github.com/stefanpenner/ember-cli/issues/1216

enhancement

Hello there, I want to trigger flash messages from within controllers because that's where my actions lie. Is there a way to set the class/type of the flashmessage within a...

This pull request adds the auto dismissing feature outlined in issue #16. It's a little rough around the edges, so I totally understand if we don't want to merge it...

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

This is required for it be used by certain tools, in my case rails-assets.org

This is the [version](https://raw.githubusercontent.com/ryanto/ember-flash-message/0287df34742ecf4961295877d58a5baf812d6633/flash-message.js) I'm using. When I set the flash message in a controller `message.text` in the template ends up being blank. I have to use `message` instead. My...

I'm at a point in my project where I'd like to have flash messages automatically disappear after a certain amount of time. Ideally, they would be animated out - something...

Hi there Ryan, the problem I'm having is the flashmessage call renders when I don't use transitionTo, but when I do it does not render. As requested I've made a...

This PR allows you to define flash messages in templates, and to render them with whatever controller you want. This has some advantages: - You can put custom markup in...