We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79592ce commit 0b554bcCopy full SHA for 0b554bc
src/ng/http.js
@@ -236,9 +236,8 @@ function $HttpProvider() {
236
*
237
* # Shortcut methods
238
239
- * Since all invocations of the $http service require passing in an HTTP method and URL, and
240
- * POST/PUT requests require request data to be provided as well, shortcut methods
241
- * were created:
+ * Shortcut methods are also available. All shortcut methods require passing in the URL, and
+ * request data must be passed in for POST/PUT requests.
242
243
* ```js
244
* $http.get('/someUrl').success(successCallback);
0 commit comments