Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
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
29
export
function
rootScopeFactory(i: IInjectorService) {
30
return
i.get(
'$rootScope'
);
31
}
32
33
export
function
compileFactory(i: IInjectorService) {
34
return
i.get(
'$compile'
);
Callers
1
angular1_providers_spec.ts
File · 0.90
Calls
1
get
Method · 0.65
Tested by
no test coverage detected