angular-drag-and-drop-lists
angular-drag-and-drop-lists copied to clipboard
Angular directives for sorting nested lists using the HTML5 Drag & Drop API
How to restrict drag element inside the div only ie, I want drag elements not to be moved or not to be dragged outside the elements containing div.
I'm having a group structure where I have groups and questions. I can drag questions in group and drag groups and questions independently as well (for sorting). I **DON'T** want...
Hello, I found a small error in the wiki: https://github.com/marceljuenemann/angular-drag-and-drop-lists/wiki/Data-Transfer-Design#workaround-for-micorsoft-internet-explorer In that paragraph there is a list, in the second item in the list it says that the data transfer...
Fixes #332 Related to #245, #401 #401 didn't work for me with my handler nested within my `li`. Tested on both FF Chrome.
I'm assuming this is because the Bootstrap dropdowns use list elements. Is there a workaround for this?
I have a ul with li that have table within them, and i want to make it so that the li is only draggable by the handle element in one...
I made the mistake of using track by $index in ng-repeat. Like this: `` ` ` ` ` ` ` ` ` `` this causes dnd-moved to not trigger when...
Clicking on an input (I tried text, text area) sets the cursor to index 0 for FF and IE. Additionally, under IE a double click is required to get a...
If you have a scale transform on a containing element of a list (say, even at the level), when you drag an item, the size is off (it it not...
#413 Solve the performance issue @marceljuenemann please run the minifier