angular-placeholder:香草角HTML5占位符polyfill

时间:2024-06-07 12:42:51
【文件属性】:

文件名称:angular-placeholder:香草角HTML5占位符polyfill

文件大小:6KB

文件格式:ZIP

更新时间:2024-06-07 12:42:51

JavaScript

角占位符 用于AngularJSHTML5占位符polyfill。 此角度指令允许在所有浏览器(包括Internet Explorer的旧版本)中使用HTML5占位符功能。 用法 在项目中包含angular-placeholder.min.js文件(不要忘记将ngPlaceholder DI添加到您的应用程序中),并使用如下指令: <input type="text" ng-placeholder placeholder="This is placeholder text" /> 这将确保ng-placeholder文本值可在所有浏览器中正常运行,并尽可能使用HTML5功能。 您也可以使用以下格式: <input type="text" ng-placeholder="This is placeholder text" /> 执照 该代码已获得MIT的许可,可以根据需要使用。


【文件预览】:
angular-placeholder-master
----.gitignore(73B)
----README.md(760B)
----LICENSE(1KB)
----Gruntfile.js(2KB)
----bower.json(436B)
----package.json(545B)
----dist()
--------angular-placeholder.min.js(772B)
----src()
--------angular-placeholder.js(3KB)
----example()
--------index.html(719B)

网友评论