angular-input-confirm:简单的角度指令可验证确认输入字段

时间:2021-05-07 17:35:13
【文件属性】:
文件名称:angular-input-confirm:简单的角度指令可验证确认输入字段
文件大小:43KB
文件格式:ZIP
更新时间:2021-05-07 17:35:13
JavaScript 角度输入确认 安装 bower install --save angular-input-confirm 用法 将指令注入您的应用程序 var myApp = angular . module ( 'myApp' , [ 'sn.inputConfirm' ] ) ; 在表单中使用指令 // normal password entry < input type =" password " name =" password " ng-model =" password " > // confirm password entry < input type =" password " name =" password_confirm " ng-model =" password_confirm " sn-input-conf
【文件预览】:
angular-input-confirm-master
----.jshintrc(6KB)
----.gitignore(133B)
----app()
--------less()
--------js()
--------index.html(3KB)
----package.json(1KB)
----env.json(94B)
----.bowerrc(35B)
----.travis.yml(761B)
----CONTRIBUTING.md(3KB)
----scripts.json(78B)
----Gruntfile.js(10KB)
----dist()
--------angular-input-confirm.js(2KB)
--------angular-input-confirm.min.js(2KB)
----LICENSE(1KB)
----CHANGELOG.md(38B)
----README.md(9KB)
----circle.yml(354B)
----tests()
--------e2e()
--------unit()
----bower.json(361B)
----.editorconfig(251B)

网友评论