docs($http): patch method is not exists#9763
Conversation
The link here brings nowhere. On the 1.2.6 the patch method seems not exists / not working. You can observe the error here: http://plnkr.co/edit/cwJ1pgoqbBUzjSoApg5S `TypeError: undefined is not a function` If you just change the version of angular with 1.3.0 the request will work.
|
I'm sorry, but I wasn't able to verify your Contributor License Agreement (CLA) signature. CLA signature is required for any code contributions to AngularJS. Please sign our CLA and ensure that the CLA signature email address and the email address in this PR's commits match. If you signed the CLA as a corporation, please let us know the company's name. Thanks a bunch! PS: If you signed the CLA in the past then most likely the email addresses don't match. Please sign the CLA again or update the email address in the commit of this PR. |
|
Sorry. I just signed it now. |
|
This has been already fixed with #9321. |
|
Thank you @gkalpak and sorry for not checked if this issue has been already reported. |
The link here brings nowhere.
On the 1.2.6 the patch method seems not exists / not working.
You can observe the error here:
http://plnkr.co/edit/cwJ1pgoqbBUzjSoApg5S
TypeError: undefined is not a functionIf you just change the version of angular with 1.3.0 the request will work.