All Questions
Tagged with angular-ui-select angular-bootstrap
1 question
-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"...