directive-validator-cpf:AngularJS 中 cpf 验证的策略

时间:2021-05-31 12:13:32
【文件属性】:
文件名称:directive-validator-cpf:AngularJS 中 cpf 验证的策略
文件大小:5KB
文件格式:ZIP
更新时间:2021-05-31 12:13:32
JavaScript CPF 验证器指令 用于在 AngularJS 中验证 cpf 的指令。 安装 : bower install angularjs-br-directive-validator-cpf 将策略作为项目的依赖项 app . module ( 'app' , [ ... , 'angularjs-br-directive-validator-cpf' ] ) . . . < input type =' text ' cpf-validator .... > 该指令的要求之一是 angular-messages 在视图中抛出错误消息。 app . module ( 'app' , [ ... , 'ngMessages' , 'angularjs-br-directive-validator-cpf' ] ) . . . < input type =' text
【文件预览】:
directive-validator-cpf-master
----bower.json(514B)
----js()
--------directive.js(2KB)
----.travis.yml(232B)
----tests()
--------unit()
----karma.conf.js(2KB)
----readme.md(1KB)
----package.json(670B)

网友评论