Merge branch 'master' into rename-repo-url

This commit is contained in:
vvakame
2016-03-17 21:06:54 +09:00
1140 changed files with 179704 additions and 179635 deletions
+5 -5
View File
@@ -5,10 +5,10 @@
/// <reference path="../angularjs/angular.d.ts" />
declare module ngCommand {
declare namespace ngCommand {
var ModuleName: string;
/**
* Command proxy object.
*/
@@ -26,7 +26,7 @@ declare module ngCommand {
*/
execute: () => angular.IPromise<any>;
}
class Command implements ICommand {
static id: string;
@@ -35,7 +35,7 @@ declare module ngCommand {
constructor($scope: angular.IScope, execute: () => angular.IPromise<any>, canExecute?: () => boolean);
execute(): angular.IPromise<any>;
}
/**
* Command factory which creates instances of @see ICommand.
*/