Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit 731e2ec

Browse files
committed
Improve documentation
1 parent e384b07 commit 731e2ec

File tree

1 file changed

+21
-4
lines changed

1 file changed

+21
-4
lines changed

README.md

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,31 @@ Starting from Internet Explorer 8 and Firefox 3.6 included.
2121

2222
## Installation using [Bower](http://bower.io/)
2323

24+
Check the [examples](https://github.com/angular-ui/ui-select/blob/master/examples).
25+
2426
- `bower install angular-ui-select`
2527
- Inside your HTML add
2628
- select.js: `<script src="bower_components/ui-select/dist/select.js"></script>`
2729
- select.css: `<link rel="stylesheet" href="bower_components/ui-select/dist/select.css">`
28-
- Add one of the supported themes:
29-
- Select2 (version ~3.4.5): `<link rel="stylesheet" href="bower_components/select2/select2.css">`
30-
- Selectize (version ~0.8.5): `<link rel="stylesheet" href="bower_components/selectize/selectize.css">`
31-
- Check the [examples](https://github.com/angular-ui/ui-select/blob/master/examples) to see how to use ui-select
30+
31+
### Select2 theme
32+
33+
Bower:
34+
- `bower install select2#~3.4.5`
35+
- `<link rel="stylesheet" href="bower_components/select2/select2.css">`
36+
37+
[cdnjs](http://cdnjs.com/):
38+
- `<link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/select2/3.4.5/select2.css">`
39+
40+
### Selectize theme
41+
42+
Bower:
43+
- `bower install selectize#~0.8.5`
44+
- `<link rel="stylesheet" href="bower_components/selectize/dist/css/selectize.default.css">`
45+
- Or the [LESS](http://lesscss.org/) version: `@import "bower_components/selectize/dist/less/selectize.default.less";`
46+
47+
[cdnjs](http://cdnjs.com/):
48+
- `<link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/selectize.js/0.8.5/css/selectize.default.css">`
3249

3350
## Run the tests
3451

0 commit comments

Comments
 (0)