docs($resource): add missing closing square bracket in example
Closes #16090
This commit is contained in:
committed by
Georgios Kalpakas
parent
af83c1541c
commit
77b302ab00
@@ -488,7 +488,7 @@ angular.module('ngResource', ['ng']).
|
||||
* $resourceProvider.defaults.actions.update = {
|
||||
* method: 'PUT'
|
||||
* };
|
||||
* });
|
||||
* }]);
|
||||
* ```
|
||||
*
|
||||
* Or you can even overwrite the whole `actions` list and specify your own:
|
||||
|
||||
Reference in New Issue
Block a user