This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Add the PATCH shortcut back to $http #5823
Closed
Description
Can we add the PATCH shortcut back to $http like so:
createShortMethodsWithData('patch', 'post', 'put');
I'm not entirely sure why it was removed in the first place... that was the only reference I could find about it. I know IE8 support for PATCH is shakey, so maybe this can be a 1.3 thing?