http://ngmodules.org/modules/ngAutocomplete
On Sun, Jun 7, 2015 at 12:01 PM, W.M. <[email protected]> wrote: > I have this code that I would like to convert to an autoComplete list. Any > idea how to convert it to an autoComplete list? Thanks. > > <div class="form-group"> > <label for="productType">{{'PRODUCT'| translate}}</label> > <select id="productType" class="form-control" ng-model="productId" > required> > <option></option> > <option value="{{s._id}}" ng-repeat="s in products">{{s.name}} > </option> > </select> > > <div class="help-block with-errors"></div> > > </div> > > > -- > 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. > -- *Rishi Tandon* Pearson Learning Technology Group Mobile: (310) 926-9032 Pearson Always Learning Learn more at www.pearson.com -- 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.
