aboutsummaryrefslogtreecommitdiffstats
path: root/src/angular-mocks.js
AgeCommit message (Expand)Author
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
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-07-18refactor($browser): hide startPoll and poll methodsDiPeng
2011-07-16doc(angular.mock.service.$browser): add xhr docsDi Peng
2011-07-01fix:exceptionHandler mock: should not specify dependenciesIgor Minar
2011-07-01fix:$browser mock: defer.flush() should flush all fnsIgor Minar
2011-06-23feat:filter.date: add day/month string format supportDi Peng
2011-06-08Added support for deferring callbacks in timeMisko Hevery
2011-06-06yet another docs batchIgor Minar
2011-06-06api doc fixes from kenIgor Minar
2011-06-02Fix unit test in IE7Vojta Jina
2011-03-15fixing broken angular-mocks.jsIgor Minar
2011-03-11Added XSRF prevention logic to $xhr serviceMisko Hevery
2011-02-06fix how redirection is handled and testedIgor Minar
2011-02-04fix typo in $browser mockIgor Minar
2011-02-04mock $log: fixed bug, added some testsVojta Jina
2011-02-04mock's .xhr.flush() should throw exception when there is nothing to flushIgor Minar
2011-02-01changed the documentation @example to use <doc:example>Misko Hevery
2011-02-01$browser poller should notify $location only once per url changeIgor Minar
2011-01-26fix for stupid IE handling of named functions in mocksIgor Minar
2011-01-26split mocks and create $log and $exceptionHandler mocksIgor Minar