bentorfs / angular-bootstrap-multiselect

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

options vector may be unavailable until after app finishes loading #76

Open yanndubois opened 4 years ago

yanndubois commented 4 years ago

The $scope options array was still "undefined" at the point where I was loading the library, causing a couple errors shortly afterwards when $scope.resolvedOptions was being worked with (and was also set to undefined). Checking for undefined at app load time simply avoids the errors.

image