ng-repeat and animate only animates first element #8297
Description
I'm using v1.2.20 of Angular and I notice that sometimes only the first newly added element of a list gets animated even if 'n' items were added. This behavior is not consistent and it seems the animations work fairly often, but they don't work often enough to be troubling since that shouldn't really happen. I'm adding the elements by $timeout. I could show you guys a plunkr except whenever I do it seems to work. Which means, this sounds like an issue with my project but it's hard for you guys and I to find bugs in larger-than-trivial examples.
I suspect it's a timing issue in the animation, I am using a staggering animation. It looks exactly like if you used v1.2.9 of angular and saw how it's not working right. Except it doesn't happen all the time. Heh, it seems it only happens when I show the project off to a coworker or boss. "I swear it worked" I exclaim to no avail.