Skip to content

Angular Currency Filter - Symbol  added #8

@keyclipse

Description

@keyclipse

The html:

{{totals.subtotal | currency}}
{{totals.tax | currency}}
{{totals.total | currency}}
The object totals:

var totals = {subtotal: 500, tax: 65, total: 565};
Output:

Â$500.00
Â$65.00
Â$565.00

This happens after I use lineman build... so somewhere the minification causes this...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions