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-repeat-end not removed if ngAnimate is included #6403
Closed
Description
If you include angular animate 1.2.13 in an app, elements after an ng-repeat-start are not removed after items are removed from the collection.
This issue also shows up if you include angular toaster so I'm not sure if the issue is in angular animate or angular itself. Angular animate 1.2.12 does not present the same issue.