This repository was archived by the owner on May 29, 2019. It is now read-only.
This repository was archived by the owner on May 29, 2019. It is now read-only.
Typeahead with infinite scroll? #1486
Closed
Description
Has anyone implemented (or plans to) infinite scroll with typeahead suggestions?
It gets a little tricky with multiple iteration layers:
<input typeahead="suggestion as suggestion.value for suggestion in getSuggestions($viewValue)">
<li class="result" ng-repeat="match in matches"
...
is this something that would interest anyone if I spend time developing it?
Metadata
Metadata
Assignees
Labels
No labels