aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src')
-rw-r--r--docs/src/templates/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/templates/index.html b/docs/src/templates/index.html
index dc654a4e..38b6d97b 100644
--- a/docs/src/templates/index.html
+++ b/docs/src/templates/index.html
@@ -55,7 +55,7 @@
name = 'http://code.angularjs.org/' +
angularVersion.stable +
'/' +
- name.replace(/\.js$/, '-' + angularVersion.stable +'.min.js');
+ name.replace(/\.js$/, '.min.js');
}
return name;
}