You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 29, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: src/typeahead/docs/demo.html
+1-1
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ <h4>Static arrays</h4>
12
12
13
13
<h4>Asynchronous results</h4>
14
14
<pre>Model: {{asyncSelected | json}}</pre>
15
-
<inputtype="text" ng-model="asyncSelected" placeholder="Locations loaded via $http" typeahead="address for address in getLocation($viewValue) | filter:$viewValue" typeahead-loading="loadingLocations" class="form-control">
15
+
<inputtype="text" ng-model="asyncSelected" placeholder="Locations loaded via $http" typeahead="address for address in getLocation($viewValue)" typeahead-loading="loadingLocations" class="form-control">
0 commit comments