mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #2587 from johnnyreilly/master
Added title to IRootScopeService
This commit is contained in:
Vendored
+3
-1
@@ -961,7 +961,9 @@ declare module ng {
|
||||
// RootScopeService
|
||||
// see http://docs.angularjs.org/api/ng.$rootScope
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
interface IRootScopeService extends IScope {}
|
||||
interface IRootScopeService extends IScope {
|
||||
title: string;
|
||||
}
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
// SCEService
|
||||
|
||||
Reference in New Issue
Block a user