itemMoved callback not working in ng-sortable library

156 Views Asked by At

itemMoved callback is not working in ng-sortable library, whereas orderChanged Callback is working. Is there any configuration required for itemMoved Callback?

1

There are 1 best solutions below

0
On

The itemMoved callback only fires if an item is moved between two separate lists, not within the same list (like orderChanged).