We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90a8aa7 commit 4da17a4Copy full SHA for 4da17a4
src/typeahead/docs/demo.html
@@ -1,4 +1,4 @@
1
<div class='container-fluid' ng-controller="TypeaheadCtrl">
2
<pre>Model: {{selected| json}}</pre>
3
- <input type="text" ng-model="selected" typeahead="state for state in states | filter:$viewValue">
+ <input type="text" ng-model="selected" typeahead="state for state in states | filter:$viewValue | limitTo:8">
4
</div>
0 commit comments