Below is my code,which I have tried
UI-sortable option is not working in this line
<select ng-model="selectedItem" ng-options="i.items as i.items for i in curItem" ui-sortable="sortableOptions"ng-init="selectedItem=curItem[0].items"></select>
ui-sortable library should import in the top of the application Controller.