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.

Reply via email to