File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -560,7 +560,7 @@ function $HttpProvider() {
560
560
*
561
561
* @param {string } url Relative or absolute URL specifying the destination of the request
562
562
* @param {Object= } config Optional configuration object
563
- * @returns {XhrFuture } Future object
563
+ * @returns {HttpPromise } Future object
564
564
*/
565
565
566
566
/**
@@ -574,7 +574,7 @@ function $HttpProvider() {
574
574
* @param {string } url Relative or absolute URL specifying the destination of the request.
575
575
* Should contain `JSON_CALLBACK` string.
576
576
* @param {Object= } config Optional configuration object
577
- * @returns {XhrFuture } Future object
577
+ * @returns {HttpPromise } Future object
578
578
*/
579
579
createShortMethods ( 'get' , 'delete' , 'head' , 'jsonp' ) ;
580
580
@@ -603,7 +603,7 @@ function $HttpProvider() {
603
603
* @param {string } url Relative or absolute URL specifying the destination of the request
604
604
* @param {* } data Request content
605
605
* @param {Object= } config Optional configuration object
606
- * @returns {XhrFuture } Future object
606
+ * @returns {HttpPromise } Future object
607
607
*/
608
608
createShortMethodsWithData ( 'post' , 'put' ) ;
609
609
You can’t perform that action at this time.
0 commit comments