angular-scope-extend:以对象表示法组织控制器代码

时间:2024-07-13 03:54:08
【文件属性】:

文件名称:angular-scope-extend:以对象表示法组织控制器代码

文件大小:11KB

文件格式:ZIP

更新时间:2024-07-13 03:54:08

CoffeeScript

角度范围扩展 用于组织控制器代码的 Angular 服务。 安装 bower install angular-scope-extend --save 或在下载 2 KB 缩小 好处 以对象表示法组织角度控制器代码,使用“this”来引用 $scope。 与 CoffeeScript 配合使用效果最佳。 前 咖啡脚本: angular . module ( ' my-module ' ). controller ' MyCtrl ' , ( $scope , myService ) -> $scope . myVariable = 5 $scope . myFunction = -> myService . doStuff ( $scope . myVariable ) $scope . myOtherFun


【文件预览】:
angular-scope-extend-master
----angular-scope-extend.min.js.map(4KB)
----package.json(905B)
----gulpfile.coffee(922B)
----example.ctrl.coffee(1KB)
----angular-scope-extend.min.js(2KB)
----LICENSE(1KB)
----angular-scope-extend.coffee(5KB)
----angular-scope-extend.js(6KB)
----.gitignore(604B)
----README.md(5KB)
----bower.json(530B)

网友评论