Package Exports
- ui-select
- ui-select/dist/select
- ui-select/dist/select.css
- ui-select/dist/select.js
- ui-select/dist/select.min.css
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (ui-select) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
AngularJS ui-select

AngularJS-native version of Select2 and Selectize. http://angular-ui.github.io/ui-select/
Latest Changes
- Check CHANGELOG.md
Features
- Search, Select, Multi-select and Tagging
- Multiple Themes: Bootstrap, Select2 and Selectize
- Keyboard support
- No jQuery 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.
Installation Methods
npm
$ npm install ui-selectbower
$ bower install angular-ui-selectDevelopment
Prepare your environment
- Install Node.js and NPM (should come with)
- Install global dev dependencies:
npm install -g gulp - Install local dev dependencies:
npm installin repository directory
Development Commands
gulpto jshint, build and testgulp buildto jshint and buildgulp testfor one-time test with karma (also build and jshint)gulp watchto watch src files to jshint, build and test when changedgulp docsbuild docs and examples
Contributing
- Check CONTRIBUTING.md
- Run the tests
- Try the examples
When issuing a pull request, please exclude changes from the "dist" folder to avoid merge conflicts.