ng-repeat animation not working
My animation with ng-repeat does not seem to work . Here is the plunkr http://plnkr.co/edit/kYtzM9d0rzGmrniybz9c?p=preview Any inputs. 1. You have registered two modules: <html ng-app="plunker"> And: <body ng-app="testApp"> Remove ng-app from the html tag. 2. You need to load angular-animate.js 3. As you are moving the elements within the array, it's neither enter or leave you should use, but instead move : .ng-move { 4. You are using the ng-animate directive ( ng-animate="'animate'" ) which is deprecated since 1.2. You are also passing it a class that does not exist. This would work: .ng-move