@@ -66,7 +66,7 @@ <h3>Select2 theme</h3>
66
66
< p > Selected: {{person.selected}}</ p >
67
67
68
68
< h2 > Grouped using a string (group-by="'country'")</ h2 >
69
- < ui-select ng-model ="person.selected " theme ="bootstrap " ng-disabled ="disabled " style ="min-width: 300px; ">
69
+ < ui-select ng-model ="person.selected " theme ="select2 " ng-disabled ="disabled " style ="min-width: 300px; ">
70
70
< ui-select-match placeholder ="Select a person in the list or search his name/age... "> {{$select.selected.name}}</ ui-select-match >
71
71
< ui-select-choices group-by ="'country' " repeat ="person in people | propsFilter: {name: $select.search, age: $select.search} ">
72
72
< div ng-bind-html ="person.name | highlight: $select.search "> </ div >
@@ -78,7 +78,7 @@ <h2>Grouped using a string (group-by="'country'")</h2>
78
78
</ ui-select >
79
79
80
80
< h2 > Grouped using a function (group-by="someGroupFn")</ h2 >
81
- < ui-select ng-model ="person.selected " theme ="bootstrap " ng-disabled ="disabled " style ="min-width: 300px; ">
81
+ < ui-select ng-model ="person.selected " theme ="select2 " ng-disabled ="disabled " style ="min-width: 300px; ">
82
82
< ui-select-match placeholder ="Select a person in the list or search his name/age... "> {{$select.selected.name}}</ ui-select-match >
83
83
< ui-select-choices group-by ="someGroupFn " repeat ="person in people | propsFilter: {name: $select.search, age: $select.search} ">
84
84
< div ng-bind-html ="person.name | highlight: $select.search "> </ div >
@@ -90,7 +90,7 @@ <h2>Grouped using a function (group-by="someGroupFn")</h2>
90
90
</ ui-select >
91
91
92
92
< h2 > Simple (no groupBy)</ h2 >
93
- < ui-select ng-model ="person.selected " theme ="bootstrap " ng-disabled ="disabled " style ="min-width: 300px; ">
93
+ < ui-select ng-model ="person.selected " theme ="select2 " ng-disabled ="disabled " style ="min-width: 300px; ">
94
94
< ui-select-match placeholder ="Select a person in the list or search his name/age... "> {{$select.selected.name}}</ ui-select-match >
95
95
< ui-select-choices repeat ="person in people | propsFilter: {name: $select.search, age: $select.search} ">
96
96
< div ng-bind-html ="person.name | highlight: $select.search "> </ div >
0 commit comments