Added title to

This commit is contained in:
John Reilly
2014-07-30 17:22:20 +01:00
parent 86d681f289
commit adec6babb5
+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