$filter (service in module ng )

Description

Filters are used for formatting data displayed to the user.

The general syntax in templates is as follows:

    {{ expression | [ filter_name ] }}

Usage

$filter(name);

Parameters

Returns

{Function}

the filter function