Skip to content
New issue

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

[Question] Set currency symbol and decimal separator in money mask #226

Closed
ignamiguel opened this issue Oct 19, 2016 · 2 comments
Closed

Comments

@ignamiguel
Copy link

ignamiguel commented Oct 19, 2016

Hi,
Is it possible to change the currency symbol and the decimal separator in money-mask?
I checked the release demo and commented the tag angular-locale_pt-br.js that uses the R$ symbol and now it is using just $ symbol.
But I also need colon decimal separator instead of dot, like this:
$ 1.234,56

Thanks in advance.
Greetings

@fintrader
Copy link

You can set the currency symbol using the currency-symbol="$" in your directive. Replace "$" with your symbol of choice. #203

Not sure of decimal separator

@ignamiguel
Copy link
Author

ignamiguel commented Dec 5, 2016

Hi @Yoshi9143,

Yes, I've changed this config file used in release/1.2.0/demo/index.html and set there currency symbol and the decimal separator.

Thanks 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants