AngularUI Typeahead:如果未找到结果,则为事件

时间:2014-10-08 16:46:53

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

是否有人知道检查结果是否与输入匹配的方法。或者至少,我可以访问结果数组吗?提前谢谢!

1 个答案:

答案 0 :(得分:0)

typeahead-no-results="noResults"添加到您的输入

并将其放在输入下方。

<i ng-show="loadingLocations" class="glyphicon glyphicon-refresh"></i>
<div ng-show="noResults">
  <i class="glyphicon glyphicon-remove"></i> No Results Found
</div>

文档:http://angular-ui.github.io/bootstrap/#/typeahead