This repository was archived by the owner on Oct 2, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +21
-4
lines changed Expand file tree Collapse file tree 1 file changed +21
-4
lines changed Original file line number Diff line number Diff line change @@ -21,14 +21,31 @@ Starting from Internet Explorer 8 and Firefox 3.6 included.
21
21
22
22
## Installation using [ Bower] ( http://bower.io/ )
23
23
24
+ Check the [ examples] ( https://github.com/angular-ui/ui-select/blob/master/examples ) .
25
+
24
26
- ` bower install angular-ui-select `
25
27
- Inside your HTML add
26
28
- select.js: ` <script src="bower_components/ui-select/dist/select.js"></script> `
27
29
- 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"> `
32
49
33
50
## Run the tests
34
51
You can’t perform that action at this time.
0 commit comments