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?
I have the following HTML:
When the alert is removed it doesn't fade out as expected, instead it just disappears. Any way to fix this?