You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This problem is only present in angular 1.3.0-rc0.
As you can see, I am removing items from the beginning of the list using array.splice(0, 1). After the element is removed, it somehow jumps to the end and starts the ng-leave animation there. I expect it to stay in place and do the animation where it was removed from.
Take a look at this example:
http://plnkr.co/edit/hUReGm8tiOrG53mEeyY2?p=preview
This problem is only present in angular 1.3.0-rc0.
As you can see, I am removing items from the beginning of the list using array.splice(0, 1). After the element is removed, it somehow jumps to the end and starts the ng-leave animation there. I expect it to stay in place and do the animation where it was removed from.
It worked fine in angular 1.3.0-beta.9:
http://plnkr.co/edit/jAqa6bGeuf8Blc0xbtaG?p=preview
The text was updated successfully, but these errors were encountered: