assisrafael/angular-input-masks
[cep] Validation is not working
Aberta
#173 aberto em 4 de abr. de 2016
help wantedneeds: work
Métricas do repositório
- Stars
- (955 estrelas)
- Métricas de merge de PR
- (Nenhuma PRs mesclada em 30d)
Description
When trying to use cep as a number, validation does not work, because the validation is checking for value.length.
We could add a toString() before checking length.