aboutsummaryrefslogtreecommitdiffstats
path: root/src/service
AgeCommit message (Expand)Author
2011-09-08fix($location): Use encodeUriQuery instead of escapeKai Groner
2011-09-08style: fix some missing semi-colons and spaces, typosVojta Jina
2011-09-08refactor($route): remove some odd code and rename allowReload to forceReloadVojta Jina
2011-09-08fix($route): update $route to reflect $location changesVojta Jina
2011-09-08feat($location): $location service with html5 history api supportVojta Jina
2011-09-08feat($sniffer): basic implementation of browser feature testingVojta Jina
2011-09-08feat($browser): jQuery style url method, onUrlChange eventVojta Jina
2011-09-02test(jsonp): fixing jsonp e2e testsIgor Minar
2011-08-31style(docs): improve the formatting of events in docsMisko Hevery
2011-08-31feat($route): add events before/after route changeMisko Hevery
2011-08-31bug($xhr.bulk): fix exceptions under some circumstancesMisko Hevery
2011-08-30feat(locale): add getPluralCat functionDi Peng
2011-08-19feat($route): add reloadOnSearch route param to avoid reloadsIgor Minar
2011-08-16doc(sample): Add javascript sandbox integration (jsFiddle)dandoyon
2011-08-15style(*): remove extra semicolonsIgor Minar
2011-08-15style(*): wrap all assignments in if statementsIgor Minar
2011-08-14break(date): remove support for 'long', 'longtime' date formats and 'z' flagIgor Minar
2011-08-14feat($locale): add default locale service for en-USDi Peng
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-08-02fix($xhr.error): fix docs and add missed breaking changeVojta Jina
2011-08-02feat(scope): new and improved scope implementationMisko Hevery
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-07-13doc($route): fix $route example and couple of typosVojta Jina
2011-06-30feat:$xhr: provide access to $xhr header defaultsIgor Minar
2011-06-08Should have replaced all instances of element('input[name=something]').val() ...Di Peng
2011-06-07Fix couple of failing e2e testsVojta Jina
2011-06-06Fix links in docsVojta Jina
2011-05-02fix broken link $xhr docsIgor Minar
2011-04-08fix $location service docs and examplesIgor Minar
2011-03-30make xhr.cache optionally synchronousIgor 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-03re-eagarizing the $hover service - mea culpaIgor Minar
2011-03-02$xhr service now autodetects and strips )]}',\nIgor Minar
2011-02-27$cookie factory fn should not run $evalIgor Minar
2011-02-25Added delay parameter to the $defer serviceMisko Hevery
2011-02-17make all built-in services lazyIgor Minar
2011-02-16improving the $document docsIgor Minar
2011-02-16Small spelling and grammar fixes in documentation.Anthony Lieuallen
2011-02-15split up services into individual filesIgor Minar