aboutsummaryrefslogtreecommitdiffstats
path: root/src/service/xhr.js
AgeCommit message (Expand)Author
2011-11-30feat($http): new $http service, removing $xhr.*Vojta Jina
2011-11-30fix($browser.xhr): respond with internal -2 status on jsonp errorVojta Jina
2011-11-30fix($browser.xhr): change method "JSON" to "JSONP"Vojta Jina
2011-11-14style(docs): make jslint happy - fix some warningsVojta Jina
2011-11-14doc(service): update docs for the moved servicesMisko Hevery
2011-11-14refactor(services): migrate angular.service -> moduleMisko Hevery
2011-11-14refactor(injector): turn scope into a serviceMisko Hevery
2011-10-12docs(*): remove @workInProgress from everywhereIgor Minar
2011-10-11chore(formating): clean code to be function() {Misko Hevery
2011-10-11feat(forms): new and improved formsMisko Hevery
2011-09-02test(jsonp): fixing jsonp e2e testsIgor Minar
2011-08-16doc(sample): Add javascript sandbox integration (jsFiddle)dandoyon
2011-08-15style(*): remove extra semicolonsIgor Minar
2011-08-12refactor(scope): remove $flush/$observe ng:eval/ng:eval-orderMisko Hevery
2011-08-06doc(xhr): add e2e test for JSONP error handlingDi Peng
2011-07-30doc(typos): fix couple of typos in the docsdandoyon
2011-07-27feat($xhr): add custom error callback to $xhr, $xhr.cache, $xhr.bulk, $resourceKarl Seamon
2011-07-18feat(strict mode): adding strict mode flag to all js filesIgor Minar
2011-06-30feat:$xhr: provide access to $xhr header defaultsIgor Minar
2011-05-02fix broken link $xhr docsIgor Minar
2011-03-26remove _null and _undefinedIgor Minar
2011-03-11Added XSRF prevention logic to $xhr serviceMisko Hevery
2011-03-11Consider all 2xx responses as OK, not just 200Misko Hevery
2011-03-02$xhr service now autodetects and strips )]}',\nIgor Minar
2011-02-15split up services into individual filesIgor Minar