| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-02-14 | fix($httpBackend): patch for Firefox bug w/ CORS and response headers | Will Moore | |
| A workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=608735 In FF getAllResponseHeaders() returns null if the request is the result of CORS. Tried to format the code so that when a FF patch is released and gains enough traction it can easily be selected and deleted. Heavily inspired by jQuery's patch for the same bug. This patch falls short of passing through custom headers but covers all of the "simple response headers" in the spec at http://www.w3.org/TR/cors/ This commit should get reverted once Firefox 21 gets out. Closes #1468 | |||
| 2012-08-10 | feat($http): support reponseType | Vojta Jina | |
| Closes #1013 | |||
| 2012-04-09 | chore($browser): remove the addJs method | Igor Minar | |
| this was never meant to be a public api used by apps. I refactored the code to hide the functionality. BREAKING CHANGE: $browser.addJs method was removed apps that depended on this functionality should either use many of the existing script loaders or create a simple helper method specific to the app. | |||
| 2012-04-04 | feat($http): add withCredentials config option | Vojta Jina | |
| 2012-03-28 | chore(module): move files around in preparation for more modules | Misko Hevery | |
