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 Mar 10, 2024. It is now read-only.
Hello,
if i inject ngAnimate dependency in my application, after i drop an item, this item blink in the source container, this istem is flashing in the source before appear in destination container.
When i remove this line of code
$timeout(function() { element.removeClass("dndDraggingSource"); }, 0)
the item stop flashing in the source container, but if i move the item to a invalid place, the item disappears.