fix(minErr): update url to https
This commit is contained in:
committed by
Martin Staffa
parent
c0bc1df3f7
commit
786cb30c61
+1
-1
@@ -101,7 +101,7 @@ function minErr(module, ErrorConstructor) {
|
||||
return match;
|
||||
});
|
||||
|
||||
message += '\nhttp://errors.angularjs.org/"NG_VERSION_FULL"/' +
|
||||
message += '\nhttps://errors.angularjs.org/"NG_VERSION_FULL"/' +
|
||||
(module ? module + '/' : '') + code;
|
||||
|
||||
for (i = 0, paramPrefix = '?'; i < templateArgs.length; i++, paramPrefix = '&') {
|
||||
|
||||
Reference in New Issue
Block a user