We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 719e66b commit bb9a615Copy full SHA for bb9a615
src/minErr.js
@@ -101,7 +101,7 @@ function minErr(module, ErrorConstructor) {
101
return match;
102
});
103
104
- message += '\nhttp://errors.angularjs.org/"NG_VERSION_FULL"/' +
+ message += '\nhttps://errors.angularjs.org/"NG_VERSION_FULL"/' +
105
(module ? module + '/' : '') + code;
106
107
for (i = 0, paramPrefix = '?'; i < templateArgs.length; i++, paramPrefix = '&') {
0 commit comments