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

fix($http): add the PATCH shortcut back #5894

Closed
wants to merge 1 commit into from

Conversation

cironunes
Copy link
Member

The shortcut was dropped because it had a lot of unkowns about PATCH.
Since we already know that using PATCH is good (http://www.mnot.net/blog/2012/09/05/patch), and only IE8 has issues with that, let's add the shortcut back.

Closes #5823

The shortcut was dropped because it had a lot of unkowns about PATCH.
Since we already know that using PATCH is good (http://www.mnot.net/blog/2012/09/05/patch), and only IE8 has issues with that, let's add the shortcut back.
@caitp
Copy link
Contributor

caitp commented Jan 22, 2014

I think we'll get this into 1.3, probably one of the early releases

@cironunes
Copy link
Member Author

@caitp what should we do to get this merged?

@mgol
Copy link
Member

mgol commented Jun 27, 2014

LGTM; can I merge it, @IgorMinar?.

@mgol mgol modified the milestones: 1.3.0-beta.14, 1.3.0 Jun 27, 2014
@IgorMinar
Copy link
Contributor

Yup. Thanks!
On Jun 27, 2014 1:19 AM, "Michał Gołębiowski" notifications@github.com
wrote:

LGTM; can I merge it, @IgorMinar https://github.com/IgorMinar?.


Reply to this email directly or view it on GitHub
#5894 (comment).

@mgol mgol closed this in b28b5ca Jun 27, 2014
@mgol
Copy link
Member

mgol commented Jun 27, 2014

@cironunes Landed, thanks!

@cironunes cironunes deleted the http-patch-shortcut branch June 27, 2014 15:49
ckknight pushed a commit to ckknight/angular.js that referenced this pull request Jul 16, 2014
The shortcut was dropped because it had a lot of unkowns about PATCH.
Since we already know that using PATCH is good
(http://www.mnot.net/blog/2012/09/05/patch), and only IE8 has issues with that,
let's add the shortcut back.

Closes angular#5894
@rgiard
Copy link

rgiard commented Aug 26, 2014

Any intention to add back the PATCH to version 1.2 ?

@mgol
Copy link
Member

mgol commented Aug 26, 2014

Angular 1.2 is feature-frozen.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add the PATCH shortcut back to $http
5 participants