I'd use Angular UI Bootsrap's Typeahead (same thing as autocomplete) plus you get the other ui tools that go with it.
http://angular-ui.github.io/bootstrap/#/typeahead On Thursday, March 20, 2014 10:32:51 AM UTC-6, Michel Morelli wrote: > > Hi all, I have see that there are 10+ way to manage an autocomplete. In my > case I have (in $scope) a list of city (with their id) to use for > autocomplete. > But I don’t understand which directive I can use. There is “Macgyver” > version, one founds in jsfiddle (http://jsfiddle.net/sebmade/swfjT/light/), > one that use dataset tag (https://coderwall.com/p/0lms3g), and much more. > > Can some1 advise me a good, little but useful autocomplete directive that > get “the possible choices” from $scope and update an <input> tag when User > make his choice ? > > Thanks for all. > > M. > > -- > Davide Morelli > [email protected] <javascript:> > > > > > -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
