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

While drag and drop between 2 components, if the row is moved from right component to left. The entire wight of the row is visible while moving. Expected is that...

following https://github.com/marceljuenemann/angular-drag-and-drop-lists/issues/413 issue, solution credit goes to @johntdowney;

when I start dragging in firefox mac, the item dragged is just removed from its parent array and the drag never properly starts. seems to work fine on firefox windows...

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...

When I click in a draggable element and keep the button clicked for a time, when I start drag the element it drags all the screen around not only the...

Hi, I am wondering if it is possible to allow a dragged element to drop on an element which has been disabled by dnd-disable-if tag. I have a situation where...

` {{item.label}} ` `$scope.models = { selected: null, lists: {"A": [], "B": []} }; // Generate initial model for (var i = 1; i

http://marceljuenemann.github.io/angular-drag-and-drop-lists/demo/#/nested

When using `display: flex` on the container for the list, and `flex-direction: row-reverse` or `column-reverse`, the placeholders are showing up in odd places. This line only takes into account LTR....