Deprecated: use the orginal repo that is back to being actively maintained
This directive gives you a Bootstrap Dropdown with the power of AngularJS directives.
http://myforce.github.io/angularjs-dropdown-multiselect/
required: AngularJS >= 1.2, Bootstrap >= 3.0
Make sure to add the dependencies before the directive's js file.
Note: Bootstrap JS file is not needed for the directive, it just uses the CSS file
Download the files
Using bower:
Just run bower install myforce-angularjs-dropdown-multiselect
.js
file directly or clone this repository<script type="text/javascript" src="https://github.com/myforce/angularjs-dropdown-multiselect/raw/master/angularjs-dropdown-multiselect.js"></script>
.angularjs-dropdown-multiselect.min.js
).app.js
) - angularjs-dropdown-multiselect
See the documentation and examples in the GitHub pages: http://myforce.github.io/angularjs-dropdown-multiselect/