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

In chrome, the dragend event never gets fired if you are dragging an element that contains an iframe. It's a known chrome bug but not sure if you can create...

Hi, We have a usercase were it is not possible to mark/select text inside a textarea when using this plugin. The markup is basically: ``` ``` As you can see,...

hi all, i want to set my dragging item pinned with mouse pointer. Anybody have any idea about it????? @marceljuenemann

However, I get the same error each time - Uncaught ReferenceError: angular is not defined at angular-drag-and-drop-lists.js:10. It seems that I don't inject the 'dndLists' correctly: var app = angular.module('plunker',...

Trying to drag and drop text box inside drag gable div element in safari (mac) . In chrome its's working fine,but in safari dragging of text box to another element...

I am having an issue where the dragend event is being fired and is taking an extremely long time to finish. It looks like the event is being fired numerous...

when i am trying to scroll the element after selecting it then page is not getting scrolled.

Here's a fix for an annoying issue I have with this library where if I place the mouse just right I can get two placeholder elements to show up, and...

@ Please let me know if you have provided support for Touch? I am not able to use drag & drop for Ionic 1 Mobile App. Also I think https://github.com/timruffles/ios-html5-drag-drop-shim...

I have a dashboard with 12 widgets, all arranged in 3 columns and 4 rows. All widgets have the same dimension. The user must be able to interchange the position...