MCPcopy Index your code
hub / github.com/angular/angular / rootScopeFactory

Function rootScopeFactory

packages/upgrade/static/src/angular1_providers.ts:29–31  ·  view source on GitHub ↗
(i: IInjectorService)

Source from the content-addressed store, hash-verified

27}
28
29export function rootScopeFactory(i: IInjectorService) {
30 return i.get('$rootScope');
31}
32
33export function compileFactory(i: IInjectorService) {
34 return i.get('$compile');

Callers 1

Calls 1

getMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…