angular-drag-drop
angular-drag-drop copied to clipboard
Bug in DragOver calls
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); when it should be closestTarget.handleDragOver(e, locals);