angular-bootstrap-multiselect
angular-bootstrap-multiselect copied to clipboard
options vector may be unavailable until after app finishes loading
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.
