angular-drag-drop
angular-drag-drop copied to clipboard
Declarative drag and drop in Angular.js without any external dependencies
I think I found a bug where drag over events on drop-targets do not receive the $event and $dragData. This is because in line 399 of angular-drag-drop.js it says closestTarget.handleDragOver(e);...
http://recordit.co/vF1Qdu5ybT https://plnkr.co/edit/uPkGvzynxJCfta4OCC0E?p=preview This happens when doing multiple click+drags on a draggable element. It's like it gets stuck in a state of "dragging" because onDragEnd doesn't get called, and then you...
_The following is from #9_ > Is there a reason that the css could just not be loaded by the module and left up to the using application to add...