angular-bootstrap-multiselect icon indicating copy to clipboard operation
angular-bootstrap-multiselect copied to clipboard

error with connection $scope in the controller.

Open angeltg83 opened this issue 9 years ago • 2 comments

no display when the data source is a query from a service from the controller. but if I send an array burned from controller. works , but not if the array dynamically built it from some service.

angeltg83 avatar Jan 11 '16 00:01 angeltg83

i have same issues

choizhang avatar Jan 18 '16 14:01 choizhang

I am also facing the same issue, when options pass as vm.options from a service, it displays none. I checked and vm.options has value. I gave like this ..

<multiselect ng-model="vm.selection" options="vm.options"></multiselect>

If you are hardcodning the values for vm.options, it displays the options, otherwise getting from a webservice displays none.

contactjijo avatar Jan 17 '17 13:01 contactjijo