angular-flash
angular-flash copied to clipboard
Animations don't work
I have the following HTML:
<div flash-alert="success" active-class="in alert" class="fade">
<strong class="alert-heading">Hurra!</strong>
<span class="alert-message">{{flash.message}}</span>
</div>
When the alert is removed it doesn't fade out as expected, instead it just disappears. Any way to fix this?
Hi @Kuzmin,
Have you tried out https://github.com/wmluke/angular-flash#css-transition-quirks?
Let me know how it goes.
Thanks, Luke