Merge pull request #2594 from johnnyreilly/master

Pull title back off
This commit is contained in:
Masahiro Wakame
2014-08-01 02:02:47 +09:00

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