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

This reverts commit d1c989b8a5.

Breaks a Karma test.
This commit is contained in:
Chuck Jazdzewski
2016-06-06 16:30:11 -07:00
parent d1c989b8a5
commit c197e2bb42
2 changed files with 1 additions and 2 deletions

View File

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