aboutsummaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2011-11-30feat(mock.$httpBackend): add verifyNoOutstandingRequest methodVojta Jina
2011-11-30feat($http): broadcast $http.request eventVojta Jina
2011-11-30feat(mock.$httpBackend): throw when nothing to flush, dump data/headers when ...Vojta Jina
2011-11-30refactor($http): change callback matching mechanismVojta Jina
2011-11-30fix($resource): to work with $http, $httpBackend servicesVojta Jina
2011-11-30fix($http): allow multiple json vulnerability prefixesVojta Jina
2011-11-30feat($http): expose pendingRequests and configuration objectVojta Jina
2011-11-30feat($httpBackend): extract $browser.xhr into separate serviceVojta Jina
2011-11-30feat(mocks.$browser): add simple addJs() method into $browser mockVojta Jina
2011-11-30feat(mocks.$httpBackend): add $httpBackend mockVojta Jina
2011-11-30feat($http): new $http service, removing $xhr.*Vojta Jina
2011-11-30feat($cacheFactory): add general purpose $cacheFactory serviceIgor Minar
2011-11-30feat($browser.xhr): add timeout option to abort requestVojta Jina
2011-11-30fix($browser.xhr): fix IE6, IE7 bug - sync xhr when serving from cacheVojta 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-30feat($browser): xhr returns raw request objectVojta Jina
2011-11-21feat(service.$autoScroll): scroll to hash fragmentVojta Jina
2011-11-21fix(scope): $watch (and angular.equals) should support NaN valuesCodier
2011-11-18chore(browser): rename Browser.js -> browser.js, BrowserSpec.js -> browserSpe...TEHEK Firefox
2011-11-15fix(input): treat all not number model as blankMisko Hevery
2011-11-15fix(radio): fix binding to value={{exp}}Misko Hevery
2011-11-14refactor(injector): removed loadModule/ng:moduleMisko Hevery
2011-11-14refactor(injector): $injector is no longer a function.Misko Hevery
2011-11-14del($eager): removed the support for $eager servicesMisko Hevery
2011-11-14style(docs): make jslint happy - fix some warningsVojta Jina
2011-11-14feat(bootstrap): added angular.bootstrap methodMisko Hevery
2011-11-14fix(doc) cleanup all api doc link warningsMisko Hevery
2011-11-14fix($location): links without path segment should not change the pathVojta Jina
2011-11-14doc($filter): added $filter documentationMisko Hevery
2011-11-14doc(AUTO, NG_MOCK): Documenting the AUTO and NG_MOCK moduleMisko Hevery
2011-11-14refactor($location): merged $locationConfig service into $locationProviderMisko Hevery
2011-11-14chore(scenario tests): make scenario tests pass againMisko Hevery
2011-11-14new(directive): added ng:module directive for loading modulesMisko Hevery
2011-11-14refactor(angular): isDate / isArray test iframe independent fixMisko Hevery
2011-11-14refactor(mock): moved mocks into its own moduleMisko Hevery
2011-11-14refactor(api): remove type augmentationMisko Hevery
2011-11-14refacter(filters): convert filter/limitTo/orderBy from type augmentation to f...Misko Hevery
2011-11-14refactor(json): break dependence on api.jsMisko 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-14new(injector): new injector v2.0Misko Hevery
2011-11-14refactor(api): cleaned up the externalization of angular API methodsMisko Hevery
2011-11-14feat(injector): support $inject(fn($service){}) function invocationMisko Hevery
2011-11-14feat(injector): support ['$service', function($service){}] annotations for fu...Misko Hevery