Auto-suggest input box from RESTful API using AngularJS -
i have input box fill suggestions incrementally user inputs characters -- know, google style.
my challenge suggestions number thousands , seems inappropriate load many webpage. fortunately have build restful api can queried list, or parts of list. thinking maybe leverage api , tie angularjs somehow.
how tell angularjs autocomplete (i.e. suggest) input box list generated return value of restful api based on user types in input box?
try typeahead angular ui bootstrap (scroll bottom of page)
Comments
Post a Comment