We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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...
The text was updated successfully, but these errors were encountered:
It seems to be problem while minifying with uglify.js
http://stackoverflow.com/questions/16018142/angular-currency-filter-symbol-%C3%82-added
Sorry, something went wrong.
No branches or pull requests
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...
The text was updated successfully, but these errors were encountered: