bentorfs / angular-bootstrap-multiselect

Native angularJS custom form element
http://bentorfs.github.io/angular-bootstrap-multiselect/
MIT License
79 stars 111 forks source link

Ajax data not showing. Only static data is displaying. #16

Open nasr18 opened 8 years ago

nendhruv commented 7 years ago

@nasr18 did you find a work around for this?

ivissani commented 7 years ago

I think you should add a call to $scope.updateOptions() at the end of the directive. Otherwise the data is only updated in response to the change event of the search box.