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.
When deleting an value from an array which backs a ngRepeat directive, the deleted item will appear at the end of the list within the DOM before Angular removes it. This is most evidently seen using an animation to slow down the actual removal of the value from the DOM. Please see http://plnkr.co/c2DoFynC6vuOfCXSifLx for a demonstration.
This issue does not appear in 1.3.0-beta.18 or earlier. Nor does it appear in 1.2.23.
The text was updated successfully, but these errors were encountered:
When deleting an value from an array which backs a ngRepeat directive, the deleted item will appear at the end of the list within the DOM before Angular removes it. This is most evidently seen using an animation to slow down the actual removal of the value from the DOM. Please see http://plnkr.co/c2DoFynC6vuOfCXSifLx for a demonstration.
This issue does not appear in 1.3.0-beta.18 or earlier. Nor does it appear in 1.2.23.
The text was updated successfully, but these errors were encountered: