angularjs filter not filter multipe filter value
问题 Am looking for angularjs multiple condition filter like this arr in array | filter:filters.search | filter:{company: selectedName} | filter:{voucher_type: both } It working but not filtering all condition am pasting my full code here . filter:{company: selectedName} | filter:{voucher_type: both } this filter step is wrong in my code.@Thank you for response <html > <head> <link rel="stylesheet" type="text/css" href="css/bootstrap.min.css"/> <title>search</title> </head> <body> <div ng-app="app