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

ng-animate-ref doesn't remove the leave animation when it ends #11850

Closed
matsko opened this issue May 11, 2015 · 0 comments
Closed

ng-animate-ref doesn't remove the leave animation when it ends #11850

matsko opened this issue May 11, 2015 · 0 comments

Comments

@matsko
Copy link
Contributor

matsko commented May 11, 2015

No description provided.

matsko added a commit to matsko/angular.js that referenced this issue May 11, 2015
…t correct time

Due to a mismatch of where the `options.domOperation` value was stored,
the element involved in the `leave` animation for an anchored animation
session was not removed as soon as the leave animation ended. This
resulted in a pending element persisting within the DOM until all
animations involved in the associated anchor animation were complete.
This patch fixes this issue.

Closes angular#11850
@Narretz Narretz added this to the 1.4.0-rc.3 milestone May 13, 2015
@matsko matsko closed this as completed in 64c66d0 May 14, 2015
netman92 pushed a commit to netman92/angular.js that referenced this issue Aug 8, 2015
…t correct time

Due to a mismatch of where the `options.domOperation` value was stored,
the element involved in the `leave` animation for an anchored animation
session was not removed as soon as the leave animation ended. This
resulted in a pending element persisting within the DOM until all
animations involved in the associated anchor animation were complete.
This patch fixes this issue.

Closes angular#11850
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
2 participants