nexus site path corrected
[portal.git] / ecomp-portal-FE / client / bower_components / ui-select / README.md
1 # AngularJS ui-select [![Build Status](https://travis-ci.org/angular-ui/ui-select.svg?branch=master)](https://travis-ci.org/angular-ui/ui-select) [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/angular-ui/ui-select?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
2
3 AngularJS-native version of [Select2](http://ivaynberg.github.io/select2/) and [Selectize](http://brianreavis.github.io/selectize.js/). [http://angular-ui.github.io/ui-select/](http://angular-ui.github.io/ui-select/)
4
5 [Getting Started](https://github.com/angular-ui/ui-select/wiki/Getting-Started) 
6
7 - [Examples](http://angular-ui.github.io/ui-select/#examples)
8 - [Examples Source](./docs/examples)
9 - [Documentation](https://github.com/angular-ui/ui-select/wiki)
10
11 ## Latest Changes
12
13 - Check [CHANGELOG.md](/CHANGELOG.md)
14
15 ## Features
16
17 - Search, Select, Multi-select and Tagging
18 - Multiple Themes: Bootstrap, Select2 and Selectize
19 - Keyboard support
20 - No jQuery required (except for old browsers)
21 - Small code base: 4.57KB min/gzipped vs 20KB for select2
22
23 For the roadmap, check [issue #3](https://github.com/angular-ui/ui-select/issues/3) and the [Wiki page](https://github.com/angular-ui/ui-select/wiki/Roadmap).
24
25 ## Installation Methods
26
27 ### npm
28 ```
29 $ npm install ui-select
30 ```
31 ### bower
32 ```
33 $ bower install angular-ui-select
34 ```
35
36 ## Development
37
38 ### Prepare your environment
39 * Install [Node.js](http://nodejs.org/) and NPM (should come with)
40 * Install global dev dependencies: `npm install -g gulp`
41 * Install local dev dependencies: `npm install` in repository directory
42
43 ### Development Commands
44
45 * `gulp` to jshint, build and test
46 * `gulp build` to jshint and build
47 * `gulp test` for one-time test with karma (also build and jshint)
48 * `gulp watch` to watch src files to jshint, build and test when changed
49 * `gulp docs` build docs and examples
50
51 ## Contributing
52
53 - Check [CONTRIBUTING.md](/CONTRIBUTING.md)
54 - Run the tests
55 - Try the [examples](./docs/examples)
56
57 When issuing a pull request, please exclude changes from the "dist" folder to avoid merge conflicts.