-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to close message manually? #93
Comments
Hmm. Currently this is doable by
However, it might be nice to have a more direct approach that you've got above. |
@flippinjoe21 Thanks. I tried your suggestion but getting "cannot read property 'messages'" error. I've set up a plunk here: http://plnkr.co/edit/1HqDTKl6cj5Yrqp7TDT5?p=preview |
Another cool thing would be to enable cleaning up all current growls with something like The use case: I change state from the |
So after taking a more in depth look. I've found that both of these are already in there. For a single message you can destroy manually by
For multi-messages you can do
There was a potential issue around this not working if you did not have Closing for now |
Thanks 0.7.5 fixed it. |
Is it possible to close messages manually? For e.g.
The text was updated successfully, but these errors were encountered: