8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d882fde commit 8ec3f4bCopy full SHA for 8ec3f4b
src/ngResource/resource.js
@@ -475,7 +475,7 @@ angular.module('ngResource', ['ng']).
475
* ```js
476
* angular.
477
* module('myApp').
478
- * config(['resourceProvider', function ($resourceProvider) {
+ * config(['$resourceProvider', function ($resourceProvider) {
479
* $resourceProvider.defaults.actions.update = {
480
* method: 'PUT'
481
* };
@@ -487,7 +487,7 @@ angular.module('ngResource', ['ng']).
487
488
489
490
491
* $resourceProvider.defaults.actions = {
492
* create: {method: 'POST'}
493
* get: {method: 'GET'},
0 commit comments