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.
If you take the multiple lists example, and want to add a title to the lists, you'd normally exclude it from sorting using the items parameter: http://api.jqueryui.com/sortable/#option-items
However, this is not working.
If you do this: (I used both the css class and the ng-class, hoping at least one would work)
List {{$index}}
<div class="app sortable" ng-class="sortable" ng-repeat="app in screen">{{$index}} {{app.title}}</div>
</div>