currency
ng
Formats a number as a currency (ie $1,234.56). When no currency symbol is provided, default symbol for current locale is used.
{{ currency_expression | currency[:symbol] }}
$filter('currency')(amount[, symbol])
| Param | Type | Details |
|---|---|---|
| amount | number | Input to filter. |
| symbol (optional) | string | Currency symbol or identifier to be displayed. |
| string | Formatted number. |