Skip to content

pwallrich/angular-multiselect

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

103 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom multiselect which has the functionality to add new items through the select

Check out the original Multiselect:

https://github.com/amitava82/angular-multiselect

angular-multiselect

Native AngularJS multiselect directive.

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

Contributions welcome!

Installation

npm install angular-multiselect

OR

bower install pwallrich-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)

Issues

(these issues might be fixed if I have the time. Just edited the original work to fix my needs right now) (feel free to fix the issues)

  • When adding new item, list gets deselected
  • not working for properties oj objects just for simple variables

License

The MIT License

About

Native AngularJS multiselect directive

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 87.9%
  • HTML 11.1%
  • CSS 1.0%