Skip to main content

All Questions

Filter by
Sorted by
Tagged with
-1 votes
1 answer
397 views

UI sortable for Select Item in Angular

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"...
Elakkiya Karunanithi's user avatar