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

Commit c0ef01c

Browse files
committed
v1.6.11-build.5554+sha.841feb0
1 parent a4b1069 commit c0ef01c

File tree

6 files changed

+22
-22
lines changed

6 files changed

+22
-22
lines changed

angular.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license AngularJS v1.7.0-rc.0
2+
* @license AngularJS v1.6.11-build.5554+sha.841feb0
33
* (c) 2010-2018 Google, Inc. http://angularjs.org
44
* License: MIT
55
*/
@@ -88,7 +88,7 @@ function isValidObjectMaxDepth(maxDepth) {
8888
function minErr(module, ErrorConstructor) {
8989
ErrorConstructor = ErrorConstructor || Error;
9090

91-
var url = 'https://errors.angularjs.org/1.7.0-rc.0/';
91+
var url = 'https://errors.angularjs.org/1.6.11-build.5554+sha.841feb0/';
9292
var regex = url.replace('.', '\\.') + '[\\s\\S]*';
9393
var errRegExp = new RegExp(regex, 'g');
9494

@@ -2764,11 +2764,11 @@ function toDebugString(obj, maxDepth) {
27642764
var version = {
27652765
// These placeholder strings will be replaced by grunt's `build` task.
27662766
// They need to be double- or single-quoted.
2767-
full: '1.7.0-rc.0',
2767+
full: '1.6.11-build.5554+sha.841feb0',
27682768
major: 1,
2769-
minor: 7,
2770-
dot: 0,
2771-
codeName: 'maximum-overdrive'
2769+
minor: 6,
2770+
dot: 11,
2771+
codeName: 'snapshot'
27722772
};
27732773

27742774

@@ -2914,7 +2914,7 @@ function publishExternalAPI(angular) {
29142914
});
29152915
}
29162916
])
2917-
.info({ angularVersion: '1.7.0-rc.0' });
2917+
.info({ angularVersion: '1.6.11-build.5554+sha.841feb0' });
29182918
}
29192919

29202920
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

0 commit comments

Comments
 (0)