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.
stagger animation not working in minified script #7547
Closed
Description
working example:
http://embed.plnkr.co/LTUm8soHhnodBwpCqbNa/preview
not working:
http://embed.plnkr.co/wL8iIF5K55R9gOY1pHVm/preview
the only difference is using minified version of angular-animation from google cdn. In not working example the enter animation is triggered only for first element and then all other are inserted immediately, without animation.
It seems this issue was fixed in 1.2.13 for non minified version but in minified version it is still present.
tested in chrome 34.0.1847.137 and firefox 29.0.1 with angular v1.2.16