From f25bafb3fbce848f387cead6424dcc4fa4916ca6 Mon Sep 17 00:00:00 2001 From: Luigi De Rosa Date: Thu, 23 Oct 2014 22:09:54 +0200 Subject: [PATCH] docs($http): patch method is not exists 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. --- src/ng/http.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ng/http.js b/src/ng/http.js index 40c6d0893dd9..23b414a56a88 100644 --- a/src/ng/http.js +++ b/src/ng/http.js @@ -284,7 +284,6 @@ function $HttpProvider() { * - {@link ng.$http#put $http.put} * - {@link ng.$http#delete $http.delete} * - {@link ng.$http#jsonp $http.jsonp} - * - {@link ng.$http#patch $http.patch} * * * # Setting HTTP Headers