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
/
src
/
service
/
xhr.js
Age
Commit message (
Expand
)
Author
2011-11-30
feat($http): new $http service, removing $xhr.*
Vojta Jina
2011-11-30
fix($browser.xhr): respond with internal -2 status on jsonp error
Vojta Jina
2011-11-30
fix($browser.xhr): change method "JSON" to "JSONP"
Vojta Jina
2011-11-14
style(docs): make jslint happy - fix some warnings
Vojta Jina
2011-11-14
doc(service): update docs for the moved services
Misko Hevery
2011-11-14
refactor(services): migrate angular.service -> module
Misko Hevery
2011-11-14
refactor(injector): turn scope into a service
Misko Hevery
2011-10-12
docs(*): remove @workInProgress from everywhere
Igor Minar
2011-10-11
chore(formating): clean code to be function() {
Misko Hevery
2011-10-11
feat(forms): new and improved forms
Misko Hevery
2011-09-02
test(jsonp): fixing jsonp e2e tests
Igor Minar
2011-08-16
doc(sample): Add javascript sandbox integration (jsFiddle)
dandoyon
2011-08-15
style(*): remove extra semicolons
Igor Minar
2011-08-12
refactor(scope): remove $flush/$observe ng:eval/ng:eval-order
Misko Hevery
2011-08-06
doc(xhr): add e2e test for JSONP error handling
Di Peng
2011-07-30
doc(typos): fix couple of typos in the docs
dandoyon
2011-07-27
feat($xhr): add custom error callback to $xhr, $xhr.cache, $xhr.bulk, $resource
Karl Seamon
2011-07-18
feat(strict mode): adding strict mode flag to all js files
Igor Minar
2011-06-30
feat:$xhr: provide access to $xhr header defaults
Igor Minar
2011-05-02
fix broken link $xhr docs
Igor Minar
2011-03-26
remove _null and _undefined
Igor Minar
2011-03-11
Added XSRF prevention logic to $xhr service
Misko Hevery
2011-03-11
Consider all 2xx responses as OK, not just 200
Misko Hevery
2011-03-02
$xhr service now autodetects and strips )]}',\n
Igor Minar
2011-02-15
split up services into individual files
Igor Minar