Description
Returns a result from the response
Usage
In HTML Template Binding
{{ field_expression | field[:field] }}
In JavaScript
$filter('field')(result[, field])
Parameters
Param | Type | Details |
---|---|---|
result | string | The result object to get the field from. |
field (optional)
|
number | The name of the field to retrieve |