mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-30 11:14:27 +08:00
improve angularjs/angular.d.ts
change IScope to IRootScopeService
This commit is contained in:
Vendored
+1
-1
@@ -241,7 +241,7 @@ declare module ng {
|
||||
|
||||
$parent: IScope;
|
||||
|
||||
$root: IScope;
|
||||
$root: IRootScopeService;
|
||||
|
||||
$id: string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user