(exp: Ng1Expression, locals?: any)
| 56 | $apply(exp?: Ng1Expression): any; |
| 57 | $digest(): any; |
| 58 | $evalAsync(exp: Ng1Expression, locals?: any): void; |
| 59 | $on(event: string, fn?: (event?: any, ...args: any[]) => void): Function; |
| 60 | $$childTail: IScope; |
| 61 | $$childHead: IScope; |
no outgoing calls
no test coverage detected