(i: IInjectorService)
| 27 | } |
| 28 | |
| 29 | export function rootScopeFactory(i: IInjectorService) { |
| 30 | return i.get('$rootScope'); |
| 31 | } |
| 32 | |
| 33 | export function compileFactory(i: IInjectorService) { |
| 34 | return i.get('$compile'); |
no test coverage detected
searching dependent graphs…