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
Eu fiz tudo corretamente, mas ao adicionar casas decimais, é aplicado virgula no lugar de ponto, sabem como corrigir?
The text was updated successfully, but these errors were encountered:
Eu sei que ja faz anos, mas alguém pode acabar querendo saber como resolver. É só adicionar o locale pt-br.
Pra isso instale essa biblioteca aqui: npm install --save angular-locale-pt-br
npm install --save angular-locale-pt-br
Depois de instalar essa biblioteca você tem que adicionar no seu projeto
<script src="./node_modules/angular-locale-pt-br/angular-locale_pt-br.js"></script>
Pronto! A máscara vai funcionar para formatação brasileira.
Sorry, something went wrong.
No branches or pull requests
Eu fiz tudo corretamente, mas ao adicionar casas decimais, é aplicado virgula no lugar de ponto, sabem como corrigir?
The text was updated successfully, but these errors were encountered: