aboutsummaryrefslogtreecommitdiffstats
path: root/src/angular-mocks.js
AgeCommit message (Expand)Author
2012-01-13style(mocks): remove console.logVojta Jina
2012-01-12docs(inject/module): add documentationMisko Hevery
2012-01-12refactor(module): strict separation between module-config / app-runtimeMisko Hevery
2012-01-11style(mock): make jslint and igor happierVojta Jina
2012-01-11refactor(mock.$httpBackend): split (e2e/unit testing version of $httpBackend ...Vojta Jina
2012-01-11fix(mock.$httpBackend): resetExpectations should not create new arrayVojta Jina
2012-01-10feat(module): new module loaderMisko Hevery
2012-01-09fix($httpBackend): fix for jsonp requestsIgor Minar
2012-01-09chore($http): small $http fixesIgor Minar
2012-01-09feat($http): turn mock backend into a decorator + e2e testing supportIgor Minar
2012-01-09feat($httpBackend): add expect/when shortcut methodsIgor Minar
2012-01-09fix($http): fix and cleanup $http and friendsIgor Minar
2012-01-09feat(browser.defer): flush should throw exception when queue is emptyIgor Minar
2011-12-01fix($httpBackend mock): getResponseHeader should be case insensitiveIgor Minar
2011-11-30feat(dump): add support for arrays, functions, errorsIgor Minar
2011-11-30feat(mock.$httpBackend): say which request was expected when unexpected reque...Vojta Jina
2011-11-30feat(mock.$httpBackend): verify expectations after flush()Vojta Jina
2011-11-30refactor(mock.$httpBackend): rename when().then() to when().respond()Vojta Jina
2011-11-30fix(mock.$httpBackend): flush() even requests sent during callbacksVojta Jina
2011-11-30feat(mock.$httpBackend): add verifyNoOutstandingRequest methodVojta Jina
2011-11-30feat(mock.$httpBackend): throw when nothing to flush, dump data/headers when ...Vojta 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($browser): xhr returns raw request objectVojta Jina
2011-11-14refactor(injector): $injector is no longer a function.Misko Hevery
2011-11-14style(docs): make jslint happy - fix some warningsVojta Jina
2011-11-14fix(doc) cleanup all api doc link warningsMisko Hevery
2011-11-14doc(AUTO, NG_MOCK): Documenting the AUTO and NG_MOCK moduleMisko Hevery
2011-11-14chore(scenario tests): make scenario tests pass againMisko 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(json): break dependence on api.jsMisko Hevery
2011-11-14refactor($service): removed almost all references to scope.$serviceMisko Hevery
2011-11-14refactor(services): migrate angular.service -> moduleMisko Hevery
2011-10-22fix(defer.cancel): should return false instead of undefinedIgor Minar
2011-10-22feat($defer): add $defer.cancelIgor Minar
2011-10-12docs(*): remove @workInProgress from everywhereIgor Minar
2011-10-11chore(formating): clean code to be function() {Misko Hevery
2011-10-11refactor(hover): delete hover serviceMisko Hevery
2011-09-16fix(angular-mocks): fix .defer.cancel when i=0Igor Minar
2011-09-16fix(angular-mocks): fix forEach -> angular.forEach in $browser.defer.cancelIgor Minar
2011-09-08feat($browser): add $browser.baseHref()Vojta Jina
2011-09-08feat($browser): jQuery style url method, onUrlChange eventVojta Jina
2011-08-14break(date): remove support for 'long', 'longtime' date formats and 'z' flagIgor Minar
2011-08-02feat(scope): new and improved scope implementationMisko Hevery
2011-07-27style(): fix couple of missing semi-colonsVojta Jina
2011-07-22chore(license): update license headers + add version numIgor Minar
2011-07-20feat(TzDate): add mock "toString" method to TzDate.Di Peng
2011-07-18feat($browser.$defer.cancel): support canceling defered tasksIgor Minar