Animations don't work
Kuzmin opened this issue · 1 comments
Kuzmin commented
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?
wmluke commented
Hi @Kuzmin,
Have you tried out https://github.com/wmluke/angular-flash#css-transition-quirks?
Let me know how it goes.
Thanks,
Luke