ngDraggable
ngDraggable copied to clipboard
Drag and drop module for Angular JS

Added property ngDragScrollContainer to define draggable items' container. It will resolve the scrolling offset issue when the scrolling occurs at an element which is not the body.
I have ng-include where loading code dynamically: `` `$templateCache.put('my-dynamic-template', $scope.pageTheme1);` ng-drag-start works fine. Also I see classes added for ng-drop, but ng-drop-success is not firing
GitHub version is 0.1.12, but npm install downloads 0.1.10 version. Can you updated the npm version?
It is not possible to select text that is inside of a draggable element even if you set ng-prevent-drag directive
test
Lets say i have one draggable div and two droppable divs. How can i make sure to set the draggable div to only be droppable in one of those two...
If you test any of the example in mobile device browser, you will notice that if you drag slowly it works. But when you drag quickly, it understand that drag...
ran into an issue where children didn't get the ng-cancel-attribute because the ngCancelDrag's link function was executed before the other directive (in my case md-button from angular material). priority 1...
Anyone else having problems with drag start event since the newest version of chrome (v60)?