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

Commit 81079b0

Browse files
author
Brian Feister
committed
Minor cleanup
1 parent 2302165 commit 81079b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/bootstrap.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363

6464
<ui-select ng-model="person.selected" theme="bootstrap">
6565
<ui-select-match placeholder="Select or search a person in the list...">{{$select.selected.name}}</ui-select-match>
66-
<ui-select-choices group-by="'group'" repeat="item in people | filter: $select.search">
66+
<ui-select-choices group-by="'country'" repeat="item in people | filter: $select.search">
6767
<span ng-bind-html="item.name | highlight: $select.search"></span>
6868
<small ng-bind-html="item.email | highlight: $select.search"></small>
6969
</ui-select-choices>
@@ -77,7 +77,7 @@
7777
<div class="col-sm-6">
7878
<div class="input-group">
7979

80-
<ui-select ng-model="person.selected" theme="bootstrap">
80+
<ui-select allow-clear ng-model="person.selected" theme="bootstrap">
8181
<ui-select-match placeholder="Select or search a person in the list...">{{$select.selected.name}}</ui-select-match>
8282
<ui-select-choices repeat="item in people | filter: $select.search">
8383
<span ng-bind-html="item.name | highlight: $select.search"></span>

0 commit comments

Comments
 (0)