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

Commit ffc7118

Browse files
color array
1 parent 36c5e9c commit ffc7118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/demo-tagging.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ <h3>Tagging without multiple</h3>
133133
<h3>Tagging without multiple, with simple strings</h3>
134134
<ui-select tagging="true" tagging-label="('new')" ng-cloak ng-model="color.selected" theme="bootstrap" style="width: 800px;" title="Choose a color">
135135
<ui-select-match placeholder="Select color...">{{$select.selected}}</ui-select-match>
136-
<ui-select-choices repeat="color in colors | filter: $select.search">
136+
<ui-select-choices repeat="color in availableColors | filter: $select.search">
137137
<div ng-bind-html="color | highlight: $select.search"></div>
138138
</ui-select-choices>
139139
</ui-select>

0 commit comments

Comments
 (0)