Angular UI bootstrap - show dropdown on typeahead-no-results
问题 tryng to get a dropdown when no result on typeahead but, the drop down menu dosen't show view <div class="dropdown"> <div class="form-group"> <input placeholder="Vælg kunde" type="text" ng-model="customer" typeahead-editable="false" uib-typeahead="customer as customer.customer for customer in customers | filter:$viewValue | limitTo:8" class="form-control" typeahead-popup-template-url="customPopupTemplate.html" typeahead-min-length="0" typeahead-no-results="noResults"> </div> <div ng-if=