Add commonJS support to angular-resource

This commit is contained in:
Martin McWhorter
2015-12-15 10:40:04 +00:00
parent 1ed409ac0a
commit 09fa17a56f
+4
View File
@@ -5,6 +5,10 @@
/// <reference path="angular.d.ts" />
declare module 'angular-resource' {
var _: string;
export = _;
}
///////////////////////////////////////////////////////////////////////////////
// ngResource module (angular-resource.js)