See the example from link below:
http://www.byteblocks.com/Post/Autosuggest-text-box-using-AngularJS
In the scope there is an object named
"searchQuery{keywords:'xyz';filterCateegory:'abc'}
Input will bind to "keywords" property and your select will bind to
filterCategory. And then in your search function you will use these values
accordingly based on what was selected from dropdown as filter.
I hope this provides you enough information to start with.
On Thursday, June 26, 2014 7:07:59 AM UTC-4, jc1992 wrote:
>
> 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.