fix(minErr): update url to https

This commit is contained in:
Martin Staffa
2018-03-16 12:20:58 +01:00
committed by Martin Staffa
parent c0bc1df3f7
commit 786cb30c61
+1 -1
View File
@@ -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 = '&') {