Skip to content

Latest commit

 

History

History
53 lines (42 loc) · 928 Bytes

README.md

File metadata and controls

53 lines (42 loc) · 928 Bytes

cpf-cnpj

This project is generated with yo angular generator version 0.16.0.

Build & development

Run grunt for building and grunt serve for preview.

Testing

Running grunt test will run the unit tests with karma.

bower install angular-input-masks https://assisrafael.github.io/angular-input-masks/ https://www.npmjs.com/package/angular-input-masks

'document': { 'name':'', 'number': '', 'status': { 'name': false, 'number':false }, 'maxlengh': 11, 'mask': '999.999.999-99' }

MOCK { "idtDomainInscription": null, "documents": [ { "name": "Documento Legal", "number": "27.865.757/0021-48", "extension": ".com.br" }, { "name": "Documento Não Legal", "number": "053.624.956-31", "extension": ".com.br" }, { "name": "Documento Não Legal", "number": "02919235770", "extension": ".com.br" } ] }