Skip to content

moshfeu/multi-select-angularjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

An AngularJS directive for the plugin multi-select

Depenecies

  • jQuery 1.8+
  • jquery.multi-select.js

Optinoal

  • jquery.quicksearch.js (more info find the title Searchable)

Usage

javascript

app.module('your-modoule', ['jq-multi-select']); 

html

<select multiple="multiple" data-ng-options="the-options" data-ng-model="the-model" data-multiselectsearch="the-options"></select> 

To Do

  • Implement options
  • Implement events

License

MIT License.

About

AngularJS directive for the "multi-select" jQuery plugin

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5