aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src/templates/docs-scenario.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src/templates/docs-scenario.html')
-rw-r--r--docs/src/templates/docs-scenario.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/src/templates/docs-scenario.html b/docs/src/templates/docs-scenario.html
index b2e07115..2eca5f87 100644
--- a/docs/src/templates/docs-scenario.html
+++ b/docs/src/templates/docs-scenario.html
@@ -7,7 +7,7 @@
headEl = document.head,
angularVersion = {
current: '"NG_VERSION_FULL"', // rewrite during build
- stable: '"NG_VERSION_STABLE"'
+ cdn: '"NG_VERSION_CDN"'
};
addTag('script', {src: path('angular-scenario.js')}, function() {
@@ -34,7 +34,7 @@
function path(name) {
return production
- ? 'http://code.angularjs.org/' + angularVersion.stable + '/' + name
+ ? 'http://code.angularjs.org/' + angularVersion.cdn + '/' + name
: '../' + name;
}
</script>