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.
Returns whether the [`helper`](http://api.jqueryui.com/sortable/#option-helper) element used for the current sorting, is one of the original ui-sortable list elements.
61
+
62
+
63
+
## Events
64
+
65
+
### `ui-sortable:moved`
66
+
Is emitted after the `stop` callback.
67
+
In connected sortables it is also emitted after the `update` on the receiving sortable.
68
+
69
+
```js
70
+
$rootScope.$on('ui-sortable:moved', function (e, ui) {
0 commit comments