Description

Sorts values in a pyramid fashion

Usage

In HTML Template Binding

{{ pyramidSort_expression | pyramidSort:field }}

In JavaScript

$filter('pyramidSort')(items, field)

Parameters

ParamTypeDetails
itemsobjectArray of values
fieldstringThe field to sort on.