I have a table that filters by rating: relevant or non-relevant . Each row in the table has a ranking column. I can filter a good one for each of the ratings. My question is how to put an option so that it returns everything from both classes.
<tr ng-repeat="item in items | filter:{classification:class}:true>