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

Commit 9a1db97

Browse files
author
Brian Feister
committed
Cleanup
1 parent 9c8d13f commit 9a1db97

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
@@ -107,7 +107,7 @@ <h3>Object Tags with Tokenization (Space, Forward Slash, Comma)</h3>
107107
<ui-select-match placeholder="Select person...">{{$item.name}} &lt;{{$item.email}}&gt;</ui-select-match>
108108
<ui-select-choices repeat="person in people | propsFilter: {name: $select.search, age: $select.search}">
109109
<div ng-if="person.isTag" ng-bind-html="person.name +' <small>(new)</small>'| highlight: $select.search"></div>
110-
<div ng-if="!person.isTag" ng-bind-html="person.name + person.isTag| highlight: $select.search"></div>
110+
<div ng-if="!person.isTag" ng-bind-html="person.name| highlight: $select.search"></div>
111111
<small>
112112
email: {{person.email}}
113113
age: <span ng-bind-html="''+person.age | highlight: $select.search"></span>

0 commit comments

Comments
 (0)