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

fix(http): send GET requests by default #6401

Closed

Conversation

pkozlowski-opensource
Copy link
Member

Not sure why we were not enforcing / defaulting a http request method... but here it is...

Fixes #5985
Closes #6401

@mary-poppins
Copy link

Thanks for the PR! Please check the items below to help us merge this faster. See the contributing docs for more information.

  • Uses the issue template (#6401)

If you need to make changes to your pull request, you can update the commit with git commit --amend.
Then, update the pull request with git push -f.

Thanks again for your help!

@caitp
Copy link
Contributor

caitp commented Feb 21, 2014

LGTM when it's green

@IgorMinar
Copy link
Contributor

the commit message should be fix($http).

(we group fixes and features by component so if some people use $http and others http, that will create two groups)

@IgorMinar
Copy link
Contributor

otherwise lgtm

@IgorMinar IgorMinar self-assigned this Feb 21, 2014
@IgorMinar
Copy link
Contributor

I'll merge this in.

linclark added a commit to linclark/angular.js that referenced this pull request Mar 14, 2014
Update docs to reflect that $http no longer requires passing in an HTTP method, as changed in angular#6401.
linclark added a commit that referenced this pull request Mar 17, 2014
Update docs to reflect that $http no longer requires passing in an HTTP method, as changed in #6401.
linclark added a commit that referenced this pull request Mar 21, 2014
Update docs to reflect that $http no longer requires passing in an HTTP method, as changed in #6401.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

$http doesn't cache without specifying method- 'GET'
4 participants