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

Hi @marceljuenemann, first up thanks for your hard work on the repo! For a while we've noticed an issue with a draggable whose items contains `ng` attributes, eg not simple...

How to get the index of drag item mean where the item is dragged in table. Need index in horizontal manner

drag and drop working all browser (chrome, IE) but not working in firefox 59.0b4 (64-bit)

Hi , Please help me how to push the JSON A created by dragging to server by post HTTP method .

Drag and drop is not working in the ipad and Mobile devices. What should I do to make it work?

wontfix
faq

It seems to me like a `nodrag` element should get `draggable="false"`. Is there a reason this isn't the case? I'm finding that this proves difficult when using a polyfill for...

I need to add a confirm pop window before dragging , and users can click no to cancel the drag event ,click yes to continue drag, how to use?

Hello, I found your module very useful for an in-house app I am building. I just wanted to share a component I built around it to make it simpler to...

Dear, I want to set cursor always on left side of draggable item's left side. I want to do like : http://jsfiddle.net/eEgTL/ So how can i do this? Thanks, Vijay...