mirror of
https://github.com/fergalmoran/dss.web.git
synced 2026-02-23 00:13:57 +00:00
8 lines
380 B
HTML
8 lines
380 B
HTML
<input type="text"
|
|
id="search-input"
|
|
class="form-control navbar-search-input __search"
|
|
ng-model="mix.display_name"
|
|
placeholder="Search"
|
|
uib-typeahead="result as result.name for results in getMixSearchResults($viewValue)"
|
|
typeahead-on-select="chooseValue($item)"
|
|
typeahead-template-url="app/directives/search/mix/searchResult.html"> |