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
Angular Or Filter Module
$filter('orFilter')([{..}, {..} ...], {arg1, arg2, ...}, false)
here is the link: https://github.com/webyonet/angular-or-filter