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
{{ message }}
This repository was archived by the owner on Sep 8, 2020. It is now read-only.
When using event callbacks ([start](http://api.jqueryui.com/sortable/#event-start)/[update](http://api.jqueryui.com/sortable/#event-update)/[stop](http://api.jqueryui.com/sortable/#event-stop)...), avoid manipulating DOM elements (especially the one with the ng-repeat attached).
68
+
The suggested pattern is to use callbacks for emmiting events and altering the scope (inside the 'Angular world').
69
+
67
70
#### Canceling
68
71
69
72
Inside the `update` callback, you can check the item that is dragged and cancel the sorting.
0 commit comments