aboutsummaryrefslogtreecommitdiffstats
path: root/docs/config/templates/indexPage.template.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/config/templates/indexPage.template.html')
-rw-r--r--docs/config/templates/indexPage.template.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/config/templates/indexPage.template.html b/docs/config/templates/indexPage.template.html
index 6366d020..fdfd8b4a 100644
--- a/docs/config/templates/indexPage.template.html
+++ b/docs/config/templates/indexPage.template.html
@@ -156,7 +156,7 @@
<div class="main-body-grid">
<div class="grid-left">
<div ng-controller="DocsVersionsCtrl" class="picker version-picker">
- <select ng-options="v as ('AngularJS ' + v.full) group by (v.isStable?'Stable':'Unstable') for v in docs_versions"
+ <select ng-options="v as ('v' + v.full) group by (v.isStable?'Stable':'Unstable') for v in docs_versions"
ng-model="docs_version"
ng-change="jumpToDocsVersion(docs_version)"
class="docs-version-jump">