marceljuenemann / angular-drag-and-drop-lists

Angular directives for sorting nested lists using the HTML5 Drag & Drop API
MIT License
2.16k stars 713 forks source link

Draggable feature not working in angular UI bootstrap modal #470

Open pallab1986 opened 6 years ago

pallab1986 commented 6 years ago

I am trying to include this functionality in my page. Normally it was working great! But when i am trying to incorporate it into a angular UI modal, the lists are appearing fine, the elemenets are selected also, but the drag and drop feature is not working. when i am dragging one element, the whole modal is moving instead of the element. Please suggest. Thanks .

JavaaPassion commented 6 years ago

I am facing similar issue, able to select BUT while dragging facing an error Uncaught TypeError: Cannot set property 'effectAllowed' of undefined when trying to use this library and figured out that the issue is happening because of the Jquery.event.drag library is having conflict with this library. Is there a way to fix this problem?

clluiz commented 5 years ago

Anything on this?