• This repository has been archived on 07/Feb/2023
  • Stars
    star
    140
  • Rank 260,516 (Top 6 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created about 11 years ago
  • Updated almost 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

[NOT MAINTAINED]Native AngularJS multiselect directive

angular-multiselect

Native AngularJS multiselect directive.

Example: http://amitava82.github.io/angular-multiselect/

Contributions welcome!

Installation

npm install angular-multiselect

OR

bower install amitava82-angular-multiselect

OR Include multiselect.js and multiselect.tmpl.html or multiselect-tpls.js (it has template included) from dist folder.

Usage

Please look into the example.

Please look into angularjs doc here https://code.angularjs.org/1.2.27/docs/api/ng/directive/select for options format (array data source) License

The MIT License