index
:
angular.js
g3_v1_0
g3_v1_2
g3_v1_3
master
nganimate-docs-at-symbol-HTML-entity-to-character
v0.9.x
v1.0.x
v1.2.x
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
ng
/
httpBackendSpec.js
Age
Commit message (
Expand
)
Author
2014-03-18
fix($httpBackend): don't error when JSONP callback called with no parameter
Caitlin Potter
2014-03-14
fix($http): don't covert 0 status codes to 404 for non-file protocols
Pawel Kozlowski
2014-01-10
fix($http): return responseText on IE8 for requests with responseType set
Igor Minar
2014-01-09
fix($httpBackend): Allow status code 0 from any protocol
RafaĆ Jagoda
2014-01-08
fix($httpBackend): cancelled JSONP requests will not print error in the console
Artemy Tregubenko
2014-01-03
fix($httpBackend): don't delete xhr.onreadystatechange otherwise Safari :-O
Igor Minar
2014-01-02
fix($httpBackend): use ActiveX XHR when making PATCH requests on IE8
Igor Minar
2014-01-02
fix($httpBackend): Ignore multiple calls to onreadystatechange with readyState=4
Tobias Bosch
2013-11-26
chore($httpBackend): preserve original non-zero http status code for file:// ...
corrupt
2013-11-22
fix($httpBackend): only IE8 and below can't use `script.onload` for JSONP
Pete Bacon Darwin
2013-11-21
fix(httpBackend): should not read response data when request is aborted
Gonzalo Ruiz de Villa
2013-11-13
docs($httpBackendSpec): fix typo in spy name
Ben Wiklund
2013-10-10
refactor(location): $location now uses urlUtils, not RegEx
Jeff Cross
2013-10-01
fix($httpBackend): set headers with falsy values
Ricardo Bin
2013-10-01
fix($httpBackend): don't send empty string bodies
James Roper
2013-10-01
chore: remove Firefox CORS workaround
jquadrin
2013-08-23
test: rename / remove duplicate unit tests
Vojta Jina
2013-05-20
feat($http): add support for aborting via timeout promises
David Bennett
2013-04-30
feat($httpBackend): add timeout support for JSONP requests
David Bennett
2013-02-14
fix($httpBackend): patch for Firefox bug w/ CORS and response headers
Will Moore
2012-08-10
feat($http): support reponseType
Vojta Jina
2012-04-09
chore($browser): remove the addJs method
Igor Minar
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