This repository was archived by the owner on Oct 2, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +11
-30
lines changed Expand file tree Collapse file tree 3 files changed +11
-30
lines changed Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
- < html lang ="en " ng-app ="demo " xmlns =" http://www.w3.org/1999/html " >
2
+ < html lang ="en " ng-app ="demo ">
3
3
< head >
4
4
< meta charset ="utf-8 ">
5
5
< title > AngularJS ui-select</ title >
19
19
<![endif]-->
20
20
21
21
< script src ="http://ajax.googleapis.com/ajax/libs/angularjs/1.2.12/angular.js "> </ script >
22
-
23
22
< link rel ="stylesheet " href ="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.css ">
24
23
25
24
<!-- ui-select files -->
30
29
body {
31
30
padding : 15px ;
32
31
}
33
-
34
- .selectize-control {
35
- /* Align Selectize with input-group-btn */
36
- top : 2px ;
37
- }
38
-
39
- .selectize-control > .selectize-dropdown {
40
- top : 34px ;
41
- }
42
-
43
- /* Reset right rounded corners, see Bootstrap input-groups.less */
44
- .input-group > .selectize-control > .selectize-input {
45
- border-bottom-right-radius : 0 ;
46
- border-top-right-radius : 0 ;
47
- }
48
-
49
32
</ style >
50
33
</ head >
51
34
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
- < html lang ="en " ng-app ="demo " xmlns =" http://www.w3.org/1999/html " >
2
+ < html lang ="en " ng-app ="demo ">
3
3
< head >
4
4
< meta charset ="utf-8 ">
5
5
< title > AngularJS ui-select</ title >
19
19
<![endif]-->
20
20
21
21
< script src ="http://ajax.googleapis.com/ajax/libs/angularjs/1.2.12/angular.js "> </ script >
22
-
23
- <!-- ui-select files -->
24
- < script src ="../dist/select.js "> </ script >
25
- < link rel ="stylesheet " href ="../dist/select.css ">
26
-
27
22
< link rel ="stylesheet " href ="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.css ">
28
23
29
24
<!--
33
28
< link rel ="stylesheet " href ="http://cdnjs.cloudflare.com/ajax/libs/select2/3.4.5/select2.css ">
34
29
< link rel ="stylesheet " href ="http://fk.github.io/select2-bootstrap-css/css/select2-bootstrap.css ">
35
30
31
+ <!-- ui-select files -->
32
+ < script src ="../dist/select.js "> </ script >
33
+ < link rel ="stylesheet " href ="../dist/select.css ">
34
+
36
35
< style >
37
36
body {
38
37
padding : 15px ;
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
- < html lang ="en " ng-app ="demo " xmlns =" http://www.w3.org/1999/html " >
2
+ < html lang ="en " ng-app ="demo ">
3
3
< head >
4
4
< meta charset ="utf-8 ">
5
5
< title > AngularJS ui-select</ title >
19
19
<![endif]-->
20
20
21
21
< script src ="http://ajax.googleapis.com/ajax/libs/angularjs/1.2.12/angular.js "> </ script >
22
-
23
- <!-- ui-select files -->
24
- < script src ="../dist/select.js "> </ script >
25
- < link rel ="stylesheet " href ="../dist/select.css ">
26
-
27
22
< link rel ="stylesheet " href ="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.css ">
28
23
29
24
<!--
32
27
-->
33
28
< link rel ="stylesheet " href ="http://cdnjs.cloudflare.com/ajax/libs/selectize.js/0.8.5/css/selectize.bootstrap3.css ">
34
29
30
+ <!-- ui-select files -->
31
+ < script src ="../dist/select.js "> </ script >
32
+ < link rel ="stylesheet " href ="../dist/select.css ">
33
+
35
34
< style >
36
35
body {
37
36
padding : 15px ;
You can’t perform that action at this time.
0 commit comments