GitHub - angular-ui/ui-select: AngularJS-native version of Select2 and Selectize (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
This repository was archived by the owner on Oct 2, 2019. It is now read-only.
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
bower
$ bower install angular-ui-select
Development
Prepare your environment
- Install Node.js and NPM (should come with)
- Install global dev dependencies:
npm install -g gulp
- Install local dev dependencies:
npm install
in repository directory
Development Commands
gulp
to jshint, build and testgulp build
to jshint and buildgulp test
for one-time test with karma (also build and jshint)gulp watch
to watch src files to jshint, build and test when changedgulp docs
build 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.