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

My list of item is a simple list of string. When I move an item angular throw the error "Duplicates in a repeater are not allowed" because the item appears...

When trying to drag and drop large container with many fields, it throws Error: [$rootScope:infdig] 10 $digest() iterations reached. Aborting!Watchers fired in the last 5 iteration. At scope.$apply(function() { targetArray.splice(getPlaceholderIndex(),...

How to use this library with webpack/es6? `import 'angular-drag-and-drop-lists/angular-drag-and-drop-lists';` its not working with this import. Can't inject it to the module.

dndInvadeMode: Optional boolean expression. When set to true the positioning algorithm will swap the respective list item with the placeholder immediately when the mouse enters the list item (mouse x...

It looks like that browsers force the dragged element to show ghost effect (opacity). I can see it in all browsers in all demo examples (even is elements are less...

Hi, i want to prevent the rearranging the items(filling the gap) when an item dragged from the list for example: I have3 items in my list called list1 (item1,item2,item3) i...

**Issue** Running an `npm install; npm audit` with npm `v6.4.0` yields several security vulnerabilities found in dependencies of this module ``` === npm audit security report === # Run npm...

Hi, I am just wondering if drag and drop feature would not work on chrome on devices such as Smartphones and tablets ? We faced this issue recently that drag...