angular-flash
angular-flash copied to clipboard
What's the proper way of animating multiple messages?
I can only see my first flash message, not number 2, 3 etc. The reason is that once my messages array is not empty anymore, the CSS class .ng-hide-remove is never triggered again.
This is not visible in the angular-flash demo since there are page/route changes on every click.
Any suggestions?