fix(ngUpgrade): prevent digest already in progress (#9046)

This commit is contained in:
Torgeir Helgevold
2016-06-06 16:34:27 -04:00
committed by Miško Hevery
parent 57c9a07fff
commit d1c989b8a5
2 changed files with 2 additions and 1 deletions

View File

@ -26,6 +26,7 @@ export interface IRootScopeService {
$apply(): any;
$apply(exp: string): any;
$apply(exp: Function): any;
$applyAsync(): any;
$$childTail: IScope;
$$childHead: IScope;
$$nextSibling: IScope;