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

Commit 40879b7

Browse files
committed
v1.6.10-build.5553+sha.b2ed68d
1 parent 3c4aefa commit 40879b7

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

angular.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.10-build.5552+sha.5b7e4b4
2+
* @license AngularJS v1.6.10-build.5553+sha.b2ed68d
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.6.10-build.5552+sha.5b7e4b4/';
91+
var url = 'https://errors.angularjs.org/1.6.10-build.5553+sha.b2ed68d/';
9292
var regex = url.replace('.', '\\.') + '[\\s\\S]*';
9393
var errRegExp = new RegExp(regex, 'g');
9494

@@ -2764,7 +2764,7 @@ 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.6.10-build.5552+sha.5b7e4b4',
2767+
full: '1.6.10-build.5553+sha.b2ed68d',
27682768
major: 1,
27692769
minor: 6,
27702770
dot: 10,
@@ -2914,7 +2914,7 @@ function publishExternalAPI(angular) {
29142914
});
29152915
}
29162916
])
2917-
.info({ angularVersion: '1.6.10-build.5552+sha.5b7e4b4' });
2917+
.info({ angularVersion: '1.6.10-build.5553+sha.b2ed68d' });
29182918
}
29192919

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

angular.min.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

angular.min.js.gzip

-1 Bytes
Binary file not shown.

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular",
3-
"version": "1.6.10-build.5552+sha.5b7e4b4",
3+
"version": "1.6.10-build.5553+sha.b2ed68d",
44
"license": "MIT",
55
"main": "./angular.js",
66
"ignore": [],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular",
3-
"version": "1.6.10-build.5552+sha.5b7e4b4",
3+
"version": "1.6.10-build.5553+sha.b2ed68d",
44
"description": "HTML enhanced for web apps",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)