Add applyAsync to IRootScopeService

This commit is contained in:
Xiaohan Zhang
2014-11-03 13:37:12 -08:00
parent 5b53994f10
commit 5868972ea7
+3
View File
@@ -482,6 +482,9 @@ declare module ng {
$apply(): any;
$apply(exp: string): any;
$apply(exp: (scope: IScope) => any): any;
$applyAsync(exp: string): any;
$applyAsync(exp: (scope: IScope) => any): any;
$broadcast(name: string, ...args: any[]): IAngularEvent;
$destroy(): void;