Hello !!

I am learning AngularJS and i have to try how I create a multiple filter to 
search infomation differents type of search , I know that in the input i 
put 

<input ng-model="hello.name"> i search by name but in my case , i will 
search witch name or surname , i need this

 <select ng-model="searching">
         <option value="name">Name</option>
        <option value="surname">Surname</option>
    </select>

How i can do this?

Searching name: 

<input type="text" ng-model="order">
 <select ng-model="order">
         <option value="name">Name</option>
        <option value="surname">Surname</option>
    </select>


-- 
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