We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
$httpProvider.useLegacyPromiseExtensions()
1 parent b4735fd commit feede20Copy full SHA for feede20
src/ng/http.js
@@ -346,6 +346,8 @@ function $HttpProvider() {
346
* @name $httpProvider#useLegacyPromiseExtensions
347
* @description
348
*
349
+ * _Deprecated_ - This method will be removed in v1.6.0 along with the legacy promise methods.
350
+ *
351
* Configure `$http` service to return promises without the shorthand methods `success` and `error`.
352
* This should be used to make sure that applications work without these methods.
353
0 commit comments