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.
ng-class animation is broken when using with ng-repeat and orderBy filter #7872
Closed
Description
Hello,
when using ng-class animations with ng-repeat directive and also using with orderBy Filter ng-repeat animation overrides the ng-class animation. (className-add never works and className-remove sometimes works). Is this a bug or a normal behaviour?
Here is the plunker:
http://plnkr.co/edit/29ORioZgazFwSvKn95ks?p=preview
Angular version: 1.2.18 (also tested with latest 1.3 and result is the same)
Thank you