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
The old value of the highlighted element isn't deleted.
How to add animation to list items when sorting? Would be great to get something like this: http://rubaxa.github.io/Sortable/
I have canvas inside my 'li'.So, it unable to call dnd-moved, but when I use without canvas it works.So, How can I use this library with canvas?
Using the demo here http://marceljuenemann.github.io/angular-drag-and-drop-lists/demo/#/advanced The group of items dragging seems to use the ghost image in chrome and firefox and seems to ignore the CSS all-together. The inner items...
Using: Safari Version 9.0 (11601.1.56) OS X 10.11 (have not tested on other safari versions) Example fiddle: http://jsfiddle.net/63qvw2kp/1/ Can sometimes just enter a single character. Sometimes none.
I seem to have found an issue when integrating with fancy box: I'm attempting to use fancybox to pop up windows to edit child objects from a table: ` Select...
I experienced this on Firefox on MAC OS El Capitan. This can be reproduced if you are using this url http://marceljuenemann.github.io/angular-drag-and-drop-lists/demo/#/types . Try to double click in order to select...
In IE 11, we experience problems with input fields (input tag, textareas, wysiwyg editors etc.) when it's part of a drag and drop area. As an example, see http://marceljuenemann.github.io/angular-drag-and-drop-lists/demo/#/types and...
Hello, I would like to know how to select the new element created in the copy. I have the source element, but I'm having trouble automatically selecting the new element...
This simple test case breaks in jenkins but runs perfectly fine in local machine: ``` describe('BF drag and drop', function () { it('should drag and drop BF from left to...