Featured
-
No Featured Found!
Tags
Adding option in angularjs ui-multiselect dynamically from http request
My code is:
<ui-select multiple ng-model="multipleDemo.selectedPeople" theme="select2" ng-disabled="disabled" style="width: 800px;">
<ui-select-match placeholder="Select person...">{{$item.name}} <{{$item.email}}&...