angular-bootstrap-multiselect
angular-bootstrap-multiselect copied to clipboard
Native angularJS custom form element
Option to show all label name in select. If there are 2 more records, do not show 2 selected but the name of the label. Thank you, your component is...
In my new website, I make extensive use of this very useful multi select script. But I have several selectors, where you can only have one selected option at a...
Update select on model change, is necessary on load multiselect option on ajax
I want UI like this using the angular-bootstrap-multiselect. Is there any way to achieve this? 
Hi, I'm new to directives, so maybe I have made some mistakes.. I'm using your directive like this : ` ` --> For some reasons I'm updating my $scope.bus, but...
If i select 2 itens from the list, the text inside button become "2 selected". Is there a option to choose when it start count? Like, select 3 options and...
Looking at your example : https://github.com/bentorfs/angular-bootstrap-multiselect/blob/master/test/e2e/test-async-datasources.html I have component with the following function : ``` ctrl.async = function() { return $q(function (resolve, reject) { console.dir(ctrl.opts); $timeout(function() { resolve(ctrl.opts); }, 3000);...
the npm package fails when i try to install it
bower angular-bootstrap-multiselect#^1.1.6 not-cached https://github.com/sebastianha/angular-bootstrap-multiselect.git#^1.1.6 bower angular-bootstrap-multiselect#^1.1.6 resolve https://github.com/sebastianha/angular-bootstrap-multiselect.git#^1.1.6 bower angular-bootstrap-multiselect#^1.1.6 ENORESTARGET No tag found that was able to satisfy ^1.1.6 Additional error details: Available versions in https://github.com/sebastianha/angular-bootstrap-multiselect.git: 0.5.0, 0.4.1, 0.4.0,...