ng-sortable icon indicating copy to clipboard operation
ng-sortable copied to clipboard

AngularJS Library for Drag and Drop, supports Sortable and Draggable. Supports Touch devices.

Results 99 ng-sortable issues
Sort by recently updated
recently updated
newest added

Sometimes the container's height is 0 if I use Body as the containment, so the dragelement's position is incorrect. I cannot find the root cause.

Hello there! First of all, this is by far the best drag-drop library I have encountered for Angular, great work! However, I have stumbled upon a small problem with the...

Hi, i'm implementing ng-sortable. This is my html: ``` {{startDrag[$index].name}} ``` When i move the first element, it is sorted correctly. But when i move the second element (included the...

When there's a scrollbar present, I can't drag the element till the end of the list!! It's like it's restricted within a certain bound: the list which was initially shown......

If you add `track by $index` to the `ng-repeat` expression of the node with the `as-sortable-item` directive on it, then the drag-and-drop behavior breaks. When dragging any item to its...

Fixes incompatibility with ios 13, where sometimes targetTouches doesn't contain any Touch objects inside the touchmove event. See also https://github.com/nolimits4web/swiper/pull/3259

Thanks in advance. I want to drag a category in the list but when I moving it across the list the item text disappears. Sorry for my bad english. ![11](https://cloud.githubusercontent.com/assets/17547277/13635141/42e87876-e5fa-11e5-977e-510b2f8e0c56.jpg)...

I have a 'disabled' field on my items (in addition to sorting, I am allowing users to edit and delete items). I feel like this should be possible to write:...