COMMITS
/ test/ngMock/angular-mocksSpec.js October 15, 2018
M
test(modules): properly isolate module tests
Martin Staffa committed
August 21, 2018
G
test(ngMocks): use correct method name in `$httpBackend` test
George Kalpakas committed
July 24, 2018
G
fix(ngMock): pass failed HTTP expectations to `$exceptionHandler`
Georgii Dolzhykov committed
July 2, 2018
G
docs(ngMock/$timeout): recommend `$verifyNoPendingTasks()` when appropriate
George Kalpakas committed
June 27, 2018
G
feat(ngMock): add `$flushPendingTasks()` and `$verifyNoPendingTasks()`
George Kalpakas committed
June 26, 2018
G
refactor(ngMock/$interval): more closely follow actual `$interval`'s internal implementation
George Kalpakas committed
June 16, 2018
G
feat(*): implement more granular pending task tracking
George Kalpakas committed
June 3, 2018
G
fix(ngMock/$httpBackend): correctly ignore query params in {expect,when}Route
Georgii Dolzhykov committed
May 18, 2018
M
feat(ngMock, ngMockE2E): add option to match latest definition for $httpBackend request
Martin Staffa committed
March 28, 2018
M
tests(ngMock): remove a broken jqLite cache clearing (#16515)
Michał Gołębiowski-Owczarek committed
October 8, 2017
M
fix($http): set correct xhrStatus in response when using 'timeout'
Martin Staffa committed
January 10, 2018
M
test(*): fix tests for Safari 10+
Martin Staffa committed
August 6, 2017
M
fix(ngMock): pass unexpected request failures in `$httpBackend` to the error handler
Marcin Wosinek committed
February 21, 2017
F
feat($http): allow differentiation between XHR completion, error, abort, timeout
Frederik Prijck committed
June 12, 2017
G
test(ngMock): fix Firefox craches on Travis
Georgios Kalpakas committed
May 2, 2017
L
fix(ngMock/$interval): add support for zero-delay intervals in tests
Lucio Martinez committed
May 9, 2017
M
test(*): run class-related tests everywhere; fix eval syntax
Michał Gołębiowski committed
April 21, 2017
J
feat(ngMock): describe unflushed http requests
Jacob Hansson committed
March 6, 2017
M
fix($compile): remove the preAssignBindingsEnabled flag
Michał Gołębiowski committed
February 8, 2017
M
chore(jenkins): get rid of Opera from the Jenkins build script
Michał Gołębiowski committed
December 9, 2016
G
refactor(*): replace `HashMap` with `NgMap`
Georgios Kalpakas committed
January 12, 2017
P
fix(ngMockE2E): ensure that mocked $httpBackend uses correct $browser
Peter Bacon Darwin committed
November 15, 2016
G
fix(ngMock/$controller): respect `$compileProvider.preAssignBindingsEnabled()`
Georgios Kalpakas committed
October 28, 2016
J
docs(*): fix typos
Josh Soref committed
October 1, 2016
J
docs(*): fix typos in comments and docs
Justas Brazauskas committed
August 10, 2016
M
chore(eslint): enable `quotes: ["error", "single"]`
Michał Gołębiowski committed
July 28, 2016
S
feat(ngMock/$httpBackend): flush requests in any order
sarychev committed
July 20, 2016
M
chore(*): switch from JSHint/JSCS to ESLint
Michał Gołębiowski committed
December 11, 2015
K
fix(ngMock): trigger digest in `$httpBackend.verifyNoOutstandingRequest()`
Kate Miháliková committed
March 30, 2016
J
fix(ngMocks): allow `ErrorAddingDeclarationLocationStack` to be recognized as an `Error`
Jeff Andrews committed
September 7, 2015
P
fix(ngMock/$httpBackend): fail if a url is provided but is `undefined`
Peter Bacon Darwin committed
June 7, 2016
G
style(ngMocks): remove unnecessary jsHint comment
Georgios Kalpakas committed
April 14, 2016
G
fix(ngMock#$controller): properly assign bindings to all types of controllers (e.g. class-based)
Georgios Kalpakas committed
October 19, 2015
A
fix(ngMockE2E): allow $httpBackend.passThrough() to work when ngMock is loaded
Andrew Schmadel committed
December 16, 2013
L
fix($timeout): make $flush handle new $timeouts added in $timeout callbacks
Lucas Galfasó committed
September 4, 2015
B
fix(ngMock): match HTTP request regardless of the order of query params
Bijay Deo committed
April 20, 2016
A
fix(ngMocks): pass eventHandlers to $httpBackend if passThrough is active
andreyjkee committed
April 13, 2016
P
feat($componentController): provide isolated scope if none is passed (#14425)
Pete Bacon Darwin committed
December 19, 2015
J
fix(ngMock): fix collecting stack trace in `inject()` on IE10+, PhantomJS
Jurko Gospodnetić committed
March 21, 2016
G
test(TzDate): fix test in Australia
Georgios Kalpakas committed
March 13, 2016
L
chore(*): Upgrade to Jasmine 2.4
Lucas Mirelmann committed
February 20, 2016
T
feat(ngMock): add sharedInjector() to angular.mock.module
Tim Ruffles committed
G
fix(ngMock): prevent memory leak due to data attached to `$rootElement`
Georgios Kalpakas committed
February 22, 2016
G
fix(ngMock): don't break if `$rootScope.$destroy()` is not a function
Georgios Kalpakas committed
February 21, 2016
M
revert: fix(ngMock): attach `$injector` to `$rootElement`
Matias Niemelä committed
February 17, 2016
G
fix(copy): add support for copying `Blob` objects
Georgios Kalpakas committed
January 14, 2014
B
fix(ngMockE2E): pass `responseType` to `$delegate` when using `passThrough`
biohazardpb4 committed
February 13, 2016
G
fix(ngMock): attach `$injector` to `$rootElement`
Georgios Kalpakas committed
January 12, 2016
D
refact(ngMock.$componentController): use $injector instead of adding new code to angular.min.js
David Rodenas Pico committed
December 18, 2015
M
fix(ngAnimate): only copy over the animation options once
Matias Niemelä committed