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
Como usar algo do tipo:
div ng-message="ng-cpf" >CPF inválido !
Obrigado
The text was updated successfully, but these errors were encountered:
We are using the available classes to display or hide error messages: ng-valid-cpf and ng-invalid-cpf. Then use some css that could go like this:
ng-valid-cpf
ng-invalid-cpf
.input-field &.ng-invalid-cpf &~.input-info-msg display: block
If it helps.
Sorry, something went wrong.
Is possible to use the ng-cnpj with angular-formly? Are there some example?
Thanks so much
I resolved it... http://stackoverflow.com/questions/41128277/i-cant-add-ng-cnpj-directive-using-angular-formly/41148994#41148994
Thanks
No branches or pull requests
Como usar algo do tipo:
div ng-message="ng-cpf" >CPF inválido !
Obrigado
The text was updated successfully, but these errors were encountered: