We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6c0df9 commit 652f628Copy full SHA for 652f628
src/ngResource/resource.js
@@ -472,7 +472,7 @@ angular.module('ngResource', ['ng']).
472
* ```js
473
* angular.
474
* module('myApp').
475
- * config(['resourceProvider', function ($resourceProvider) {
+ * config(['$resourceProvider', function ($resourceProvider) {
476
* $resourceProvider.defaults.actions.update = {
477
* method: 'PUT'
478
* };
@@ -484,7 +484,7 @@ angular.module('ngResource', ['ng']).
484
485
486
487
488
* $resourceProvider.defaults.actions = {
489
* create: {method: 'POST'}
490
* get: {method: 'GET'},
0 commit comments