We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f353fea commit 99a000bCopy full SHA for 99a000b
docs/src/templates/index.html
@@ -55,7 +55,7 @@
55
name = 'http://code.angularjs.org/' +
56
angularVersion.stable +
57
'/' +
58
- name.replace(/\.js$/, '-' + angularVersion.stable +'.min.js');
+ name.replace(/\.js$/, '.min.js');
59
}
60
return name;
61
0 commit comments