I must point out that I need the auto complete feature to interact with 
MongoDB and return matches similar to what can be done under MySQL with 
%like. Thanks.

On Sunday, 7 June 2015 19:01:20 UTC+3, W.M. 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.

Reply via email to