I got a table built with ng-repeat. I'd like to apply a | filter on it. It seems to work, however the filtered row isn't the good one.
For example :
If you type differed on the search bar , you will get
DIFFERED 1
while
DIFFERED has 5 as value.
How can I solve it ?
Note that I would like to keep this table structure and not having all the headers horizontally.