myforce / angularjs-dropdown-multiselect

AngularJS Dropdown Multiselect
http://myforce.github.io/angularjs-dropdown-multiselect/
MIT License
34 stars 28 forks source link

Deprecated: use the orginal repo that is back to being actively maintained

AngularJS Dropdown Multiselect

CDNJS

This directive gives you a Bootstrap Dropdown with the power of AngularJS directives.

Features

Demo

http://myforce.github.io/angularjs-dropdown-multiselect/

Dependencies

Install

  1. Download the files

    1. Using bower:

      Just run bower install myforce-angularjs-dropdown-multiselect

    2. Manually: You can download the .js file directly or clone this repository
  2. Include the file in your app
    • <script type="text/javascript" src="https://github.com/myforce/angularjs-dropdown-multiselect/raw/master/angularjs-dropdown-multiselect.js"></script>.
    • You can also use the minfined version (angularjs-dropdown-multiselect.min.js).
  3. Include the module in angular (i.e. in app.js) - angularjs-dropdown-multiselect

Usage and Documentation

See the documentation and examples in the GitHub pages: http://myforce.github.io/angularjs-dropdown-multiselect/