Description
Orders values from facet or resultsUsage
In HTML Template Binding
{{ orderByValue_expression | orderByValue }}
In JavaScript
$filter('orderByValue')([desc])
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
{{ orderByValue_expression | orderByValue }}
$filter('orderByValue')([desc])
| Param | Type | Details |
|---|---|---|
| desc (optional) | boolean | Whether it should be descending or not. |
Was this page helpful?