angular-drag-and-drop-lists icon indicating copy to clipboard operation
angular-drag-and-drop-lists copied to clipboard

Angular directives for sorting nested lists using the HTML5 Drag & Drop API

Results 101 angular-drag-and-drop-lists issues
Sort by recently updated
recently updated
newest added

I have several horizontal lists, each one with draggable items in it. But the lists are all collapsed (because of size and rendering problems). I want to drag one element...

Hey, just leaving this here for the author and/or those who care because I spent a little while solving this issue while working with a very large drag and drop...

I am going through documentation and provided demo's and noticed that dnd-drop event is not getting called in safari browser. See link - http://marceljuenemann.github.io/angular-drag-and-drop-lists/demo/#/advanced I am trying implement this functionality...

Hey Marcel, Great drag and drop Library. Is it available (or migrate) in angular 7-8? thanks.

to demonstrate this bug I checked out the repo and made some small changes to the nested list example: in the list.html template I added a dnd-drop attribute with a...

Bower-main-filles doesn't work without this dependence

**Nested like this** Row > columns > modules :: its going to three levels can drop like this inside row can drop only columns inside columns can drop row(inside row...

I had the second one working fine but since I added a empty dnd-drop it doesn't work: ``` ``` ``` $scope.onDrop = function(list, item, index) { console.log("finished ") }; ```

Bumps [angular](https://github.com/angular/angular.js) from 1.4.14 to 1.8.0. Changelog Sourced from angular's changelog. 1.8.0 nested-vaccination (2020-06-01) This release contains a breaking change to resolve a security issue which was discovered by Krzysztof...

dependencies

I am trying to use the library to create a nested list. The drag/drop works good for smaller list. But as the list grew to 200+ items. The drag has...