Search code examples
angularjsangular-bootstrapangularjs-ng-modelangular-ui-select

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"ng-init="selectedItem=curItem[0].items"></select>

Solution

  • ui-sortable library should import in the top of the application Controller.