{{ deepFilter_expression | deepFilter:path:target }}
$filter('deepFilter')(array, path, target)
Param | Type | Details |
---|---|---|
array | array | Array of objects to filter on. |
path | string | Path of the property to search for the target value |
target | string | The value you are looking to match against. |