Improve this Doc View Source $filter
- $filterProvider
- service in module ng
Filters are used for formatting data displayed to the user.
The general syntax in templates is as follows:
{{ expression [| filter_name[:parameter_value] ... ] }}
 Usage
$filter(name);
Arguments
| Param | Type | Details | 
|---|---|---|
| name | String | Name of the filter function to retrieve | 
Returns
| Function | the filter function | 
    © 2010–2017 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
    https://code.angularjs.org/1.2.32/docs/api/ng/service/$filter