This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Enter/leave animation not working in 1.4.4 #12612
Closed
Description
Hello, I have a library that animates the pop up of notifications and it is not working anymore in 1.4.4
It animates the first notification but not the rest of them (Foxandxss/angular-toastr#121).
I have been able to create a minimal plunker with the idea. The plunker is on 1.4.3 and except the first popup (probably a mistake on my part), all the toasts are being animated.
If you bump angular and angular-animate to 1.4.4 on the plunker, no animation (the ng-enter classes and stuff are not applied).
Plunker doesn't show the .leave animations, but it is the same behavior.
http://plnkr.co/edit/7JlKsjf4XG5aHGaFnuSG?p=info
Whats going on? :)