index
:
angular.js
g3_v1_0
g3_v1_2
g3_v1_3
master
nganimate-docs-at-symbol-HTML-entity-to-character
v0.9.x
v1.0.x
v1.2.x
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
angular-mocksSpec.js
Age
Commit message (
Expand
)
Author
2012-03-28
chore(module): move files around in preparation for more modules
Misko Hevery
2012-01-25
feature($exceptionHandler): $exceptionHandler now supports var_args
Misko Hevery
2012-01-13
fix($http): remove support for PATCH + better whenXXX, expectXXX api
Igor Minar
2012-01-12
refactor(module): strict separation between module-config / app-runtime
Misko Hevery
2012-01-11
refactor(mock.$httpBackend): split (e2e/unit testing version of $httpBackend ...
Vojta Jina
2012-01-11
fix(mock.$httpBackend): resetExpectations should not create new array
Vojta Jina
2012-01-10
feat(module): new module loader
Misko Hevery
2012-01-09
fix($httpBackend): fix for jsonp requests
Igor Minar
2012-01-09
feat($http): turn mock backend into a decorator + e2e testing support
Igor Minar
2012-01-09
feat($httpBackend): add expect/when shortcut methods
Igor Minar
2012-01-09
fix($http): fix and cleanup $http and friends
Igor Minar
2012-01-09
feat(browser.defer): flush should throw exception when queue is empty
Igor Minar
2011-12-01
fix($httpBackend mock): getResponseHeader should be case insensitive
Igor Minar
2011-11-30
style(): get rid off some jsl warnings
Vojta Jina
2011-11-30
feat(mock.$httpBackend): say which request was expected when unexpected reque...
Vojta Jina
2011-11-30
feat(mock.$httpBackend): verify expectations after flush()
Vojta Jina
2011-11-30
refactor(mock.$httpBackend): rename when().then() to when().respond()
Vojta Jina
2011-11-30
fix(mock.$httpBackend): flush() even requests sent during callbacks
Vojta Jina
2011-11-30
feat(mock.$httpBackend): add verifyNoOutstandingRequest method
Vojta Jina
2011-11-30
feat(mock.$httpBackend): throw when nothing to flush, dump data/headers when ...
Vojta Jina
2011-11-30
feat(mocks.$browser): add simple addJs() method into $browser mock
Vojta Jina
2011-11-30
feat(mocks.$httpBackend): add $httpBackend mock
Vojta Jina
2011-11-14
style(docs): make jslint happy - fix some warnings
Vojta Jina
2011-11-14
doc(AUTO, NG_MOCK): Documenting the AUTO and NG_MOCK module
Misko Hevery
2011-11-14
refactor(angular): isDate / isArray test iframe independent fix
Misko Hevery
2011-11-14
refactor(mock): moved mocks into its own module
Misko Hevery
2011-11-14
refactor(json): break dependence on api.js
Misko Hevery
2011-11-14
refactor(services): migrate angular.service -> module
Misko Hevery
2011-11-14
refactor(injector): turn scope into a service
Misko Hevery
2011-10-11
chore(formating): clean code to be function() {
Misko Hevery
2011-08-14
break(date): remove support for 'long', 'longtime' date formats and 'z' flag
Igor Minar
2011-07-27
style(): fix couple of missing semi-colons
Vojta Jina
2011-07-20
feat(filter.date): add support for default datetime formats in en
Di Peng
2011-07-20
feat(TzDate): add mock "toString" method to TzDate.
Di Peng
2011-07-18
feat(strict mode): adding strict mode flag to all js files
Igor Minar
2011-07-01
fix:exceptionHandler mock: should not specify dependencies
Igor Minar
2011-07-01
fix:$browser mock: defer.flush() should flush all fns
Igor Minar
2011-06-08
Added support for deferring callbacks in time
Misko Hevery
2011-06-08
Fixed indentation error
Misko Hevery
2011-02-15
split up services into individual files
Igor Minar
2011-02-04
mock $log: fixed bug, added some tests
Vojta Jina
2010-11-08
Support ISO 8601 extended datetime format troughout angular.
Igor Minar
2010-11-08
TzDate should support various UTC methods
Igor Minar
2010-10-26
adding missing angular-mocksSpec.js file
Igor Minar