COMMITS
/ test/ngMock/angular-mocksSpec.js 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
March 30, 2016
J
fix(ngMocks): allow `ErrorAddingDeclarationLocationStack` to be recognized as an `Error`
Jeff Andrews committed
December 16, 2013
L
fix($timeout): make $flush handle new $timeouts added in $timeout callbacks
Lucas Galfasó committed
L
fix($timeout): make $flush handle new $timeouts added in $timeout callbacks
Lucas Galfasó committed
June 14, 2016
I
revert: fix($timeout): make $flush handle new $timeouts added in $timeout callbacks
Igor Minar 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
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
January 9, 2016
M
fix(ngMock): ignore empty javascript animations in $animate.closeAndFlush()
Martin Staffa committed
January 6, 2016
G
refct(privateMocks): remove unused argument from `createMockStyleSheet()`
Georgios Kalpakas committed
January 10, 2016
P
feat(ngMock.$componentController): add helper to instantiate controllers for components
Peter Bacon Darwin committed
December 17, 2015
M
feat(ngMock): add support for `$animate.closeAndFlush()`
Matias Niemelä committed
December 3, 2015
A
feat(ngMock): destroy $rootScope after each test
Andy Gurden committed
October 8, 2015
P
style(ngMockSpec): fix excessive indentation
Peter Bacon Darwin committed
P
feat(ngMock): add expectRoute and whenRoute shortcuts with colon param matching
Peter Bacon Darwin committed
September 18, 2015
S
feat(ngMock): invoke nested calls to `module()` immediately
Shahar Talmi committed
September 11, 2015
M
fix(ngAnimateMock): $animate.flush should work for looping animations
Matias Niemelä committed
July 22, 2015
R
refactor(): remove more bits and pieces related to Internet Explorer 8
Rouven Weßling committed
March 12, 2015
P
test(ngMock): test shallow copy of mock controller bindings
Peter Bacon Darwin committed
March 4, 2015
C
feat(ngMock): allow mock $controller service to set up controller bindings
Caitlin Potter committed
February 4, 2015
S
fix(ngMock): handle cases where injector is created before tests
Shahar Talmi committed
January 30, 2015
H
style(*): add jscs rule disallowSpacesInCallExpression
Henry Zhu committed
November 30, 2014
S
feat(ngMocks): cleanup $inject annotations after each test
Shahar Talmi committed
December 23, 2014
D
feat(ngMock/$exceptionHandler): log errors when rethrowing
David Souther committed
D
test($exceptionHandlerProvider): call `inject()` to run tests
David Souther committed
November 23, 2014
P
fix(ngMock): allow numeric timeouts in $httpBackend mock
Pawel Kozlowski committed
July 19, 2014
S
fix(ngMock): respond did not always take a statusText argument
Shahar Talmi committed
November 13, 2014
D
fix(ngMock): call $interval callbacks even when invokeApply is false
David Stensland committed
November 8, 2014
H
style(*): add rules requireSpace(After|Before)BinaryOperators
Henry Zhu committed
October 28, 2014
I
feat(ngMock): decorator that adds Scope#$countChildScopes and Scope#$countWatchers
Igor Minar committed