Use an angularJS filter to retrieve all items

0

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>
    
asked by anonymous 26.01.2018 / 18:27

0 answers