I want to use the filter in angular and want to filter for multiple values, if it has either one of the values then it should be displayed.
filter
I have for
My solution
ng-repeat="movie in movies | filter: {'Action'} + filter: {'Comedy}"