2014-10-08 4 views

ответ

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> 

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

Смежные вопросы