Description
Returns the facet filter that has the requested valueUsage
In HTML Template Binding
In JavaScript
Parameters
| Param | Type | Details |
|---|---|---|
| facet | string | The facet object to get the filter from |
| value (optional) | number | The value of the filter to get |
{{ filterValue_expression | filterValue[:value] }}
$filter('filterValue')(facet[, value])
| Param | Type | Details |
|---|---|---|
| facet | string | The facet object to get the filter from |
| value (optional) | number | The value of the filter to get |
Was this page helpful?