Zwischenstand neues Type Ahead mit
https://angular-ui.github.io/bootstrap/#/typeahead
This commit is contained in:
@@ -56,6 +56,18 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h4>Asynchronous results</h4>
|
||||
<pre>Model: {{asyncSelected | json}}</pre>
|
||||
<input type="text" ng-model="asyncSelected" placeholder="Locations loaded via $http"
|
||||
uib-typeahead="address for address in getLocation($viewValue)" typeahead-loading="loadingLocations"
|
||||
typeahead-no-results="noResults" class="form-control"> <i ng-show="loadingLocations"
|
||||
class="glyphicon glyphicon-refresh"></i>
|
||||
<div ng-show="noResults">
|
||||
<i class="glyphicon glyphicon-remove"></i> No Results Found
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<br />
|
||||
|
||||
<div class="row">
|
||||
|
||||
Reference in New Issue
Block a user