angular-ui/bootstrap

Modal fade out effect disappeared in version 0.13?

rafal2228 opened this issue · 5 comments

Hi,
fade out effect for modal appears to not work properly in version 0.13, however in 0.11 it is present. Maybe the plunker will explain it better than I did:
Working version 0.11:
http://plnkr.co/edit/McVs72?p=preview

Not working version 0.13:
http://plnkr.co/edit/t5zlRd?p=preview

Is it really a bug or did I missed some feature or already closed issue?

Lets get things straight first:

The previous version of UI Bootstrap was 0.12.1 which supported the latest Angular 1.2 release (currently 1.2.28). This is a more accurate plunkr if I'm not mistaken: http://plnkr.co/edit/HsuTC6?p=preview

In your 0.13 and Angular 1.3 plunker, I can't see the animation either. Seems like a legit bug to me therefore I'll tag @chrisirhc in this one since he's the animations expert here.

Probably related: #3624

ngAnimate is now needed if you want animations: http://plnkr.co/edit/d9PxCHXQH8yLv4wkNbhi?p=preview

@chrisirhc - So this isn't a bug?

Thank you for your involvement. Closing :)