aboutsummaryrefslogtreecommitdiffstats
path: root/test/service
AgeCommit message (Expand)Author
2011-11-14refacter(filters): convert filter/limitTo/orderBy from type augmentation to f...Misko Hevery
2011-11-14refactor(filter): filters are now injectable and servicesMisko Hevery
2011-11-14move(filters): appease the History GodMisko Hevery
2011-11-14refactor(parser): turn parser into a service (keep compatibility hack)Misko Hevery
2011-11-14move(parser): appease the History GodMisko Hevery
2011-11-14refactor($service): removed almost all references to scope.$serviceMisko Hevery
2011-11-14refactor(services): migrate angular.service -> moduleMisko Hevery
2011-11-14refactor(injector): switch to injector 2.0 introduce modulesMisko Hevery
2011-11-14refactor(compiler) turn compiler into a serviceMisko Hevery
2011-11-14move(compiler): appease the History GodMisko Hevery
2011-11-14refactor(injector): turn scope into a serviceMisko Hevery
2011-11-14move(scope): appease the History GodMisko Hevery
2011-10-22fix(defer.cancel): should return false instead of undefinedIgor Minar
2011-10-22feat($defer): add $defer.cancelIgor Minar
2011-10-22fix($location): rewrite links with nested elementsVojta Jina
2011-10-13fix($location): do not rewrite link when meta key pressedVojta Jina
2011-10-11chore(formating): clean code to be function() {Misko Hevery
2011-10-11feat(forms): new and improved formsMisko Hevery
2011-10-11refactor(hover): delete hover serviceMisko Hevery
2011-09-21fix($route): fix regex escaping in route matcherIgor Minar
2011-09-16fix($location) $location specs must unbind document listenerIgor Minar
2011-09-08style: fix some missing semi-colons and spaces, typosVojta 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-08-31feat($route): add events before/after route changeMisko Hevery
2011-08-30feat(locale): add getPluralCat functionDi Peng
2011-08-19feat($route): add reloadOnSearch route param to avoid reloadsIgor 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-06style($function): replace $function with 'function'Igor Minar
2011-08-02feat(scope): new and improved scope implementationMisko Hevery
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-18fix(strict mode): fix all issues discovered by strict mode and unit/e2e testsIgor Minar
2011-06-30feat:$xhr: provide access to $xhr header defaultsIgor Minar
2011-06-08Throw error when compiling multiple rootsMisko Hevery
2011-05-31Rename deprecated wasCalled() -> toHaveBeenCalled() in all specsVojta Jina
2011-03-30make xhr.cache optionally synchronousIgor Minar
2011-03-28Added missing semi-colonsVojta Jina
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-03-01linking function should return bound scopeIgor Minar
2011-02-25Added delay parameter to the $defer serviceMisko Hevery
2011-02-16Change API angular.compile(element)([scope], [element/true])Misko Hevery
2011-02-15split up services into individual filesIgor Minar