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

docs($httpProvider): Parameter Detail Fix#12974

Closed
johnz133 wants to merge 1 commit intoangular:masterfrom
johnz133:http-doc-fix
Closed

docs($httpProvider): Parameter Detail Fix#12974
johnz133 wants to merge 1 commit intoangular:masterfrom
johnz133:http-doc-fix

Conversation

@johnz133
Copy link
Copy Markdown
Contributor

useLegacyPromiseExtensions's boolean parameter was the other way around.

src/ng/http.js Outdated
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you also correct this ? (It defaults to true.)

useLegacyPromiseExtensions's boolean parameter was the other way around + default value is true
@johnz133
Copy link
Copy Markdown
Contributor Author

@gkalpak fixed. Nice catch!

@Narretz Narretz closed this in 3050dd1 Oct 1, 2015
Narretz pushed a commit that referenced this pull request Oct 1, 2015
useLegacyPromiseExtensions's default value is true, and the  legacy
methods exist when it is set to true.

Closes #12974
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

X Tutup