Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

ng-repeat animation - animation classes are not removed #5113

Closed
rkolec opened this issue Nov 25, 2013 · 1 comment
Closed

ng-repeat animation - animation classes are not removed #5113

rkolec opened this issue Nov 25, 2013 · 1 comment

Comments

@rkolec
Copy link

rkolec commented Nov 25, 2013

Animation classes are not being removed after animation end and the old node created by ng-repeat(which should be deleted) is also not removed.

Plunker: http://plnkr.co/edit/gqRIIUJF55NNvlt9lqMz?p=preview

Example shows a directive which displays a list of elements. After list change the old list moves to the left followed by the new one. The problem is that the old list node should be deleted after leave animation but it isn't:

ng-repeat-ainmate

The problem occurs in firefox. Under chrome everything is fine.

@matsko
Copy link
Contributor

matsko commented Dec 4, 2013

Should be fixed with #5181. Firefox likes to not round its values and that PR fixes that.

http://plnkr.co/edit/utdEGWiitKSL9GeLOYrB?p=preview

matsko added a commit to matsko/angular.js that referenced this issue Dec 4, 2013
@matsko matsko closed this as completed in 93901bd Dec 5, 2013
jamesdaily pushed a commit to jamesdaily/angular.js that referenced this issue Jan 27, 2014
jamesdaily pushed a commit to jamesdaily/angular.js that referenced this issue Jan 27, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants