Merge pull request #535 from nzbart/angularmock

Added module and inject to the 'global' or 'window' object.
This commit is contained in:
Boris Yankov
2013-05-11 03:34:12 -07:00
+6
View File
@@ -6,6 +6,12 @@
/// <reference path="angular.d.ts" />
///////////////////////////////////////////////////////////////////////////////
// functions attached to global object (window)
///////////////////////////////////////////////////////////////////////////////
declare var module: (...modules: any[]) => any;
declare var inject: (...fns: Function[]) => any;
///////////////////////////////////////////////////////////////////////////////
// ngMock module (angular-mocks.js)
///////////////////////////////////////////////////////////////////////////////