npm install ng-ui-select
AngularJS-native version of Select2 and Selectize.
- Demo
- Demo Multiselect
- Examples
- Documentation
- Search, Select, and Multi-select
- Themes: Bootstrap, Select2 and Selectize
- Keyboard support
- jQuery not required (except for old browsers)
- Small code base: 4.57KB min/gzipped vs 20KB for select2
For the roadmap, check issue #3 and the Wiki page.
npm install -g bower gulpnpm install && bower install in repository directory* gulp to jshint, build and test
* gulp build to jshint and build
* gulp test for one-time test with karma (also build and jshint)
* gulp watch to watch src files to jshin, build and test when changed
- Run the tests
- Try the examples
When issuing a pull request, please exclude changes from the "dist" folder to avoid merge conflicts.