Skip to main content

Description

Get value from an array based on the value of a property.

Usage

In HTML Template Binding

{{ property_expression | property:value:returnProperty }}

In JavaScript

$filter('property')(property, value, returnProperty)

Parameters