KumarSDET
KumarSDET

Reputation: 1

itemMoved callback not working in ng-sortable library

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

Answers (1)

Chris
Chris

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

Related Questions