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

Commit feede20

Browse files
gkalpakpetebacondarwin
authored andcommitted
docs($http): add deprecation notice for $httpProvider.useLegacyPromiseExtensions()
1 parent b4735fd commit feede20

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ng/http.js

+2
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,8 @@ function $HttpProvider() {
346346
* @name $httpProvider#useLegacyPromiseExtensions
347347
* @description
348348
*
349+
* _Deprecated_ - This method will be removed in v1.6.0 along with the legacy promise methods.
350+
*
349351
* Configure `$http` service to return promises without the shorthand methods `success` and `error`.
350352
* This should be used to make sure that applications work without these methods.
351353
*

0 commit comments

Comments
 (0)