文件名称:angular-directive-numberonly:仅允许数字的文本输入的角度指令
文件大小:628KB
文件格式:ZIP
更新时间:2024-06-20 05:43:32
JavaScript
angular-directive-numberonly 只允许数字的 Angular 指令 用法 在 AngularJS 应用程序中添加inputFormatters模块作为依赖项; 将自定义属性numbers-only添加到您的输入中。 注意:您的输入需要具有 ng-model 属性 你完成了! 例子 < input type =' text ' ng-model =' mynumber ' numbers-only >
【文件预览】:
angular-directive-numberonly-master
----.gitignore(58B)
----README.md(366B)
----views()
--------default.html(59B)
----Gruntfile.js(1KB)
----bower.json(387B)
----package.json(2KB)
----dist()
--------fonts()
--------scripts()
--------styles()
--------index.html(1KB)
----grunt()
--------options()
--------tasks()
----scripts()
--------directives()
--------app.js(321B)
--------routes.js(518B)
--------controllers()
----styles()
--------main.css(0B)
----.travis.yml(211B)
----index.html(2KB)