You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been trying to add callback code to itemMoved, yet I never see control flow through this callback function. console.log statements are never executed and debug breakpoints are not hit. The other callbacks I've tried work for me.
Also, when I look at the ng-sortable code, I don't understand how the moveFailure or moveSuccess functions would ever get called as documented. They are functions local to a specific callback instance and I think would not be accessible to the asSortable directive.
The text was updated successfully, but these errors were encountered:
I have been trying to add callback code to itemMoved, yet I never see control flow through this callback function. console.log statements are never executed and debug breakpoints are not hit. The other callbacks I've tried work for me.
Also, when I look at the ng-sortable code, I don't understand how the moveFailure or moveSuccess functions would ever get called as documented. They are functions local to a specific callback instance and I think would not be accessible to the asSortable directive.
The text was updated successfully, but these errors were encountered: