Hi All,

1.Is there is any way to ignore selected rows from filtering


i have a filter with ng-repeat


var statusTest=
[
{name:alex,age:21,status:'active'},
{name:dan:26,status:''}
{name:ashai,age:24,status:''}
]

<div ng-repeat status in statusTest | filter:filterbystatus>

while filter by status result should include dan also is there is any way
to do this  with out custom filter?

2.It is possible to filter by status with more than one search text for eg:
[active,inactive] result should include both active and inactive rows.
-- 
Thanks & Regards,

Sasikumar.V

-- 
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 https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to