mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-05-29 15:44:31 +00:00
improve angularjs/angular.d.ts
change IScope to IRootScopeService
This commit is contained in:
2
angularjs/angular.d.ts
vendored
2
angularjs/angular.d.ts
vendored
@@ -241,7 +241,7 @@ declare module ng {
|
||||
|
||||
$parent: IScope;
|
||||
|
||||
$root: IScope;
|
||||
$root: IRootScopeService;
|
||||
|
||||
$id: string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user