Merge pull request #504 from basarat/patch-1

Compatibility with TS 0.9
This commit is contained in:
Boris Yankov
2013-05-03 04:02:26 -07:00
+1 -1
View File
@@ -11,7 +11,7 @@ declare var angular: ng.IAngularStatic;
///////////////////////////////////////////////////////////////////////////////
// ng module (angular.js)
///////////////////////////////////////////////////////////////////////////////
module ng {
declare module ng {
// All service providers extend this interface
interface IServiceProvider {