Pull title back off

This commit is contained in:
John Reilly
2014-07-31 13:26:15 +01:00
parent adec6babb5
commit 761209a551
+1 -3
View File
@@ -961,9 +961,7 @@ declare module ng {
// RootScopeService
// see http://docs.angularjs.org/api/ng.$rootScope
///////////////////////////////////////////////////////////////////////////
interface IRootScopeService extends IScope {
title: string;
}
interface IRootScopeService extends IScope {}
///////////////////////////////////////////////////////////////////////////
// SCEService