Merge pull request #2587 from johnnyreilly/master

Added title to IRootScopeService
This commit is contained in:
John Reilly
2014-07-30 17:30:36 +01:00
+3 -1
View File
@@ -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