angular-flash
angular-flash copied to clipboard
Flash messages for Angular JS
Binding to element ID is not working. ``` {{flash.message}} ``` ``` flash.info = 'Some info for any element ...'; flash.to("flash1").info = 'This is info only for "flash1"'; ``` would display...
our project ran into some timing issues getting consistent passing protractor tests against (auto-fade) flash messages, so we decided to get rid of these tests for now. wondering what strategies,...
I have the following HTML: ``` Hurra! {{flash.message}} ``` When the alert is removed it doesn't fade out as expected, instead it just disappears. Any way to fix this?
Hi! I've noticed that flashAlert directive uses $timeout to auto-hide alert. But this cause protractor tests to fail, e.g. when I want to test whether flash is shown, because while...
AngularJS's new animating support is outstanding...`angular-flash` should leverage it. http://docs.angularjs.org/api/ngAnimate