mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
parent
c36e73de03
commit
c9a1df3ae9
1 changed files with 1 additions and 1 deletions
|
|
@ -217,7 +217,7 @@ var $resourceMinErr = angular.$$minErr('$resource');
|
|||
});
|
||||
</pre>
|
||||
*
|
||||
* It's worth noting that the success callback for `get`, `query` and other method gets passed
|
||||
* It's worth noting that the success callback for `get`, `query` and other methods gets passed
|
||||
* in the response that came from the server as well as $http header getter function, so one
|
||||
* could rewrite the above example and get access to http headers as:
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue