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 updating an array that is used for an ngRepeat, the list will momentarily show what appears to be the previous items together with the new items before updating with the new items. This only happens when ngAnimate is a dependency for the app.
When you click on the different lists in the above example, you will see how it momentarily shows a combination of the previous and current lists before showing the current one.
Watch carefully, it happens very fast!
This buggy behavior will not occur when you remove ngAnimate.
This bug is serious because it makes ngAnimate virtually unusable for apps that use ngRepeat due to the flashing.