我正在尝试使用angular typeahead
。
它加载我的完整data
但不显示订单项。
这是我的代码。
<input type="text" ng-model="selected" typeahead="item as item.entityName for item in testsList |filter:$viewValue" class="form-control" placeholder="Start typing to search tests and select it">
我的ui.bootstrap版本为ui-bootstrap-tpls-0.2.0
希望有人能提出相关答案。