Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit bd6c04a

Browse files
committedFeb 13, 2015
docs($resource): fix list level
Closes #11055
1 parent 056a317 commit bd6c04a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/ngResource/resource.js

+1
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ function shallowClearAndCopy(src, dst) {
208208
* - non-GET "class" actions: `Resource.action([parameters], postData, [success], [error])`
209209
* - non-GET instance actions: `instance.$action([parameters], [success], [error])`
210210
*
211+
*
211212
* Success callback is called with (value, responseHeaders) arguments. Error callback is called
212213
* with (httpResponse) argument.
213214
*

0 commit comments

Comments
 (0)
This repository has been archived.