aboutsummaryrefslogtreecommitdiffstats
path: root/src/ngResource/resource.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/ngResource/resource.js')
-rw-r--r--src/ngResource/resource.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ngResource/resource.js b/src/ngResource/resource.js
index fe111b47..6e315fa1 100644
--- a/src/ngResource/resource.js
+++ b/src/ngResource/resource.js
@@ -215,7 +215,8 @@ angular.module('ngResource', ['ng']).
'remove': {method:'DELETE'},
'delete': {method:'DELETE'}
};
- var forEach = angular.forEach,
+ var noop = angular.noop,
+ forEach = angular.forEach,
extend = angular.extend,
copy = angular.copy,
isFunction = angular.isFunction,