mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
docs(resource): fix params for non-get actions
This commit is contained in:
parent
871252ab4c
commit
212a6ff29a
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@
|
|||
* parameters:
|
||||
*
|
||||
* - HTTP GET "class" actions: `Resource.action([parameters], [success], [error])`
|
||||
* - non-GET "class" actions: `Resource.action(postData, [parameters], [success], [error])`
|
||||
* - non-GET "class" actions: `Resource.action([parameters], postData, [success], [error])`
|
||||
* - non-GET instance actions: `instance.$action([parameters], [success], [error])`
|
||||
*
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue