This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
ngAnimate incorrectly waits before removing ngRepeat elements #6747
Closed
Description
I have an ngRepeat
with elements that have a transition of 0.5s to animate background-color
on hover. However ngAnimate
waits this period of time (500ms) before removing the elements from the DOM.
Example fiddle here: http://jsfiddle.net/5e6uq/1/
Try pressing enter several times (or any other keyboard key) whilst having focus on the input. On each keydown
I clear the ngRepeat
array, and append two elements to it.