文件名称:ng-command:AngularJS的命令模式
文件大小:50KB
文件格式:ZIP
更新时间:2024-06-08 06:10:45
JavaScript
ng命令 实现。 bower install ng-command 概括 ng-command可让您编写仅在执行期间执行一次以及是否满足canExecute命令。 例子 var app = angular . module ( 'commandLab' , [ 'ng-command' ] ) . controller ( 'CommandExampleCtrl' , [ '$command' , '$scope' , '$timeout' , function ( $command , $scope , $timeout ) { var self = this ; self . saveCmd = $command ( $scope , save , canExecute ) ; function save ( ) { r
【文件预览】:
ng-command-master
----.gitignore(52B)
----tsconfig.json(347B)
----README.md(927B)
----tsd.json(360B)
----LICENSE(1KB)
----api()
--------ng-command.d.ts(1KB)
----bower.json(601B)
----package.json(853B)
----dist()
--------ng-command.js.map(6KB)
--------ng-command.min.js(740B)
--------ng-command.d.ts(1KB)
--------ng-command.js(2KB)
----src()
--------command.svc.ts(2KB)
--------command.module.ts(112B)
----example()
--------command-lab.html(2KB)
--------command-lab.css(2KB)
--------ngActivityIndicator.min.css(5KB)
----tools()
--------typings()
----gulpfile.js(3KB)