Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit dbd42c9

Browse files
committed
v1.6.9-build.5549+sha.a8830d2
1 parent 5999c7d commit dbd42c9

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

angular-mocks.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license AngularJS v1.6.9-build.5548+sha.4c97df5
2+
* @license AngularJS v1.6.9-build.5549+sha.a8830d2
33
* (c) 2010-2018 Google, Inc. http://angularjs.org
44
* License: MIT
55
*/
@@ -803,7 +803,7 @@ angular.mock.TzDate.prototype = Date.prototype;
803803
* You need to require the `ngAnimateMock` module in your test suite for instance `beforeEach(module('ngAnimateMock'))`
804804
*/
805805
angular.mock.animate = angular.module('ngAnimateMock', ['ng'])
806-
.info({ angularVersion: '1.6.9-build.5548+sha.4c97df5' })
806+
.info({ angularVersion: '1.6.9-build.5549+sha.a8830d2' })
807807

808808
.config(['$provide', function($provide) {
809809

@@ -2410,7 +2410,7 @@ angular.module('ngMock', ['ng']).provider({
24102410
$provide.decorator('$rootScope', angular.mock.$RootScopeDecorator);
24112411
$provide.decorator('$controller', createControllerDecorator($compileProvider));
24122412
$provide.decorator('$httpBackend', angular.mock.$httpBackendDecorator);
2413-
}]).info({ angularVersion: '1.6.9-build.5548+sha.4c97df5' });
2413+
}]).info({ angularVersion: '1.6.9-build.5549+sha.a8830d2' });
24142414

24152415
/**
24162416
* @ngdoc module
@@ -2425,7 +2425,7 @@ angular.module('ngMock', ['ng']).provider({
24252425
*/
24262426
angular.module('ngMockE2E', ['ng']).config(['$provide', function($provide) {
24272427
$provide.decorator('$httpBackend', angular.mock.e2e.$httpBackendDecorator);
2428-
}]).info({ angularVersion: '1.6.9-build.5548+sha.4c97df5' });
2428+
}]).info({ angularVersion: '1.6.9-build.5549+sha.a8830d2' });
24292429

24302430
/**
24312431
* @ngdoc service

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "angular-mocks",
3-
"version": "1.6.9-build.5548+sha.4c97df5",
3+
"version": "1.6.9-build.5549+sha.a8830d2",
44
"license": "MIT",
55
"main": "./angular-mocks.js",
66
"ignore": [],
77
"dependencies": {
8-
"angular": "1.6.9-build.5548+sha.4c97df5"
8+
"angular": "1.6.9-build.5549+sha.a8830d2"
99
}
1010
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-mocks",
3-
"version": "1.6.9-build.5548+sha.4c97df5",
3+
"version": "1.6.9-build.5549+sha.a8830d2",
44
"description": "AngularJS mocks for testing",
55
"main": "angular-mocks.js",
66
"scripts": {

0 commit comments

Comments
 (0)