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

Commit 0af21e0

Browse files
committed
v1.7.1
1 parent f5a716c commit 0af21e0

File tree

5 files changed

+76
-76
lines changed

5 files changed

+76
-76
lines changed

angular.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license AngularJS v1.7.1-build.5556+sha.05170bf
2+
* @license AngularJS v1.7.1
33
* (c) 2010-2018 Google, Inc. http://angularjs.org
44
* License: MIT
55
*/
@@ -99,7 +99,7 @@ function isValidObjectMaxDepth(maxDepth) {
9999
function minErr(module, ErrorConstructor) {
100100
ErrorConstructor = ErrorConstructor || Error;
101101

102-
var url = 'https://errors.angularjs.org/1.7.1-build.5556+sha.05170bf/';
102+
var url = 'https://errors.angularjs.org/1.7.1/';
103103
var regex = url.replace('.', '\\.') + '[\\s\\S]*';
104104
var errRegExp = new RegExp(regex, 'g');
105105

@@ -2779,11 +2779,11 @@ function toDebugString(obj, maxDepth) {
27792779
var version = {
27802780
// These placeholder strings will be replaced by grunt's `build` task.
27812781
// They need to be double- or single-quoted.
2782-
full: '1.7.1-build.5556+sha.05170bf',
2782+
full: '1.7.1',
27832783
major: 1,
27842784
minor: 7,
27852785
dot: 1,
2786-
codeName: 'snapshot'
2786+
codeName: 'momentum-defiance'
27872787
};
27882788

27892789

@@ -2930,7 +2930,7 @@ function publishExternalAPI(angular) {
29302930
});
29312931
}
29322932
])
2933-
.info({ angularVersion: '1.7.1-build.5556+sha.05170bf' });
2933+
.info({ angularVersion: '1.7.1' });
29342934
}
29352935

29362936
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

0 commit comments

Comments
 (0)