Description
Sorts values in a pyramid fashionUsage
In HTML Template Binding
{{ pyramidSort_expression | pyramidSort:field }}
In JavaScript
$filter('pyramidSort')(items, field)
Parameters
Param | Type | Details |
---|---|---|
items | object | Array of values |
field | string | The field to sort on. |