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

Commit 8afa48f

Browse files
author
Dean Sofer
committed
Missed one
1 parent 5dd63ad commit 8afa48f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/demo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<p>Selectize theme:</p>
6868
<ui-select ng-model="person.selected" theme="selectize" style="width: 300px;">
6969
<match placeholder="Select or search a person in the list...">{{$select.selected.name}}</match>
70-
<choices data="people | filter: $select.search">
70+
<choices repeat="item in people | filter: $select.search">
7171
<div ng-bind-html="trustAsHtml((item.name | highlight: $select.search))"></div>
7272
<small ng-bind-html="trustAsHtml((item.email | highlight: $select.search))"></small>
7373
</choices>

0 commit comments

Comments
 (0)