文件名称:angular-property-binder
文件大小:17KB
文件格式:ZIP
更新时间:2024-06-13 04:17:16
JavaScript
角度属性粘合剂 微小的库,将帮助您创建引用并使它们保持完整。 不要将您的控制器用作“模型- 。 控制器应仅将对模型的引用绑定(以及从Promise返回的调用方法) 安装 bower install angular-property-binder npm install angular-property-binder 只需添加: < script type =" text/javascript " src =" dist/js/angular-property-binder.min.js " > </ script > 到您HTML,加载模块['PropertyBinder'] ,然后将活页夹服务注入到您的控制器|服务|工厂|提供者 angular . module ( 'MyApp' , [ 'PropertyBinder' ] ) . controller ( 'My
【文件预览】:
angular-property-binder-master
----bower.json(686B)
----Gruntfile.js(3KB)
----lib()
--------services()
--------providers()
--------core.es6(37B)
----example()
--------index.html(2KB)
--------modules()
----LICENSE(1KB)
----README.md(6KB)
----dist()
--------angular-property-binder.js(6KB)
--------angular-property-binder.min.js(3KB)
----.gitignore(632B)
----package.json(671B)