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.
I setup a Plunker here: http://plnkr.co/edit/iBqj9RMpS1JAnDQH58FH?p=preview
It uses ng-enter and ng-leave CSS-animations and sometimes the removed element (green background) flashes back through before it is removed from the DOM. This does only occur with IE11 (tested with IE10).
Maybe the ng-leave class should be kept on the element until it has been removed so one could simply adjust its z-index and opacity or something?
Same behavior with v1.2.6, 1.3.0 and Snapshot (used in Plunker).