AngularJS预先标记

时间:2014-09-24 17:02:20

标签: javascript angularjs angular-ui typeahead angular-ui-typeahead

我正在使用AngularJS typeahead,我使用自定义模板(添加照片和我正在键入的人的姓名)制作了自动完成输入,并且工作正常。

<input ng-model="data.friend"
       typeahead="recipient as recipient.Name for recipient in loadStudents($viewValue)"
       typeahead-template-url="/Content/js/inbox/partials/typeaheadTemplate.html"
       typeahead-wait-ms="300"
       typeahead-editable="false"
       typeahead-min-length="1"
       type="text" class="col_100 input radius2x transition boxsizing"
       auto-focus />

但现在我需要它不止一个人,这意味着一个类似标签的系统。 如何使用Angular typeahead做到这一点?

0 个答案:

没有答案