mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge branch 'master' into rename-repo-url
This commit is contained in:
Vendored
+5
-5
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user