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

Commit c5dd130

Browse files
committed
v1.8.3
1 parent 1ff4813 commit c5dd130

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

angular-loader.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license AngularJS v1.8.2
2+
* @license AngularJS v1.8.3
33
* (c) 2010-2020 Google LLC. http://angularjs.org
44
* License: MIT
55
*/
@@ -163,7 +163,7 @@ function isValidObjectMaxDepth(maxDepth) {
163163
function minErr(module, ErrorConstructor) {
164164
ErrorConstructor = ErrorConstructor || Error;
165165

166-
var url = 'https://errors.angularjs.org/1.8.2/';
166+
var url = 'https://errors.angularjs.org/1.8.3/';
167167
var regex = url.replace('.', '\\.') + '[\\s\\S]*';
168168
var errRegExp = new RegExp(regex, 'g');
169169

angular-loader.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bower.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "angular-loader",
3-
"version": "1.8.2",
3+
"version": "1.8.3",
44
"license": "MIT",
55
"main": "./angular-loader.js",
66
"ignore": [],
77
"dependencies": {
8-
"angular": "1.8.2"
8+
"angular": "1.8.3"
99
}
1010
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-loader",
3-
"version": "1.8.2",
3+
"version": "1.8.3",
44
"description": "AngularJS module for asynchronously loading modules",
55
"main": "angular-loader.js",
66
"scripts": {

0 commit comments

Comments
 (0)