Description
Orders values from facet or resultsUsage
In HTML Template Binding
In JavaScript
Parameters
| Param | Type | Details |
|---|---|---|
| desc (optional) | boolean | Whether it should be descending or not. |
{{ orderByValue_expression | orderByValue }}
$filter('orderByValue')([desc])
| Param | Type | Details |
|---|---|---|
| desc (optional) | boolean | Whether it should be descending or not. |
Was this page helpful?