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

Commit e8caeec

Browse files
author
Brian Feister
committed
Removed redundant callback function
1 parent 1ec798e commit e8caeec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: examples/demo-tagging.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ <h3>Object Tags with Tokenization (Space, Forward Slash, Comma)</h3>
117117
<p>Selected: {{multipleDemo.selectedPeople2}}</p>
118118

119119
<h3>Tagging without multiple</h3>
120-
<ui-select tagging="tagTransform" ng-model="person.selected" on-select="addPerson($item, $model)" theme="bootstrap" ng-disabled="disabled" style="width: 800px;" title="Choose a person">
120+
<ui-select tagging="tagTransform" ng-model="person.selected" theme="bootstrap" ng-disabled="disabled" style="width: 800px;" title="Choose a person">
121121
<ui-select-match placeholder="Select person...">{{$select.selected.name}} &lt;{{$select.selected.email}}&gt;</ui-select-match>
122122
<ui-select-choices repeat="person in people | propsFilter: {name: $select.search, age: $select.search}">
123123
<div ng-if="person.isTag" ng-bind-html="person.name +' <small>(new)</small>'| highlight: $select.search"></div>

0 commit comments

Comments
 (0)