5
上の[表示]ドロップダウンはなく、ドロップダウンメニューは、クラス= "dropdown-を取り除く ビュー角度UIブートストラップ - とき先行入力には、結果のドロップダウンを取得するためにtryng先行入力-NO-結果
<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="noResults" dropdown-toggle>
<ul class="dropdown-menu" >
<li><a href="#">No result</a></li>
</ul>
</div>
</div>
を示しdosen'tメニュー "は私に結果のない李を与えるが、私はドロップダウンメニューとしてそれを得ない。
私はこのドロップダウンメニューをトグルしない?