AngularJS filter for OR conditional
Include the module orConditional. Example:
var demoApp = angular.module('demoApp', ['orConditional']);
Example:
ng-repeat="item in items | or: { myAttr: query, mySecondAttr: query }
Yes, just that. If you have any doubt, please check the demo located in this repo.