Reputation: 1
itemMoved callback is not working in ng-sortable library, whereas orderChanged Callback is working. Is there any configuration required for itemMoved Callback?
Upvotes: 0
Views: 153
Reputation: 11
The itemMoved callback only fires if an item is moved between two separate lists, not within the same list (like orderChanged).
Upvotes: 1