(exp: Ng1Expression, fn?: (a1?: any, a2?: any) => void)
| 51 | $parent: IScope; |
| 52 | $root: IScope; |
| 53 | $watch(exp: Ng1Expression, fn?: (a1?: any, a2?: any) => void): Function; |
| 54 | $on(event: string, fn?: (event?: any, ...args: any[]) => void): Function; |
| 55 | $destroy(): any; |
| 56 | $apply(exp?: Ng1Expression): any; |
no outgoing calls
no test coverage detected