aboutsummaryrefslogtreecommitdiffstats
path: root/docs/config/templates/indexPage.template.html
diff options
context:
space:
mode:
authorPeter Bacon Darwin2014-02-13 12:15:07 +0000
committerPeter Bacon Darwin2014-02-16 19:03:42 +0000
commitb2dc0789437bfdb4dbbb1c4282d650f4cfe75c31 (patch)
tree49b951a72afd9153cd28ee2bcafe8932096ff806 /docs/config/templates/indexPage.template.html
parent9565cca15b6d30aefb78bcec411dea4f7b305019 (diff)
downloadangular.js-b2dc0789437bfdb4dbbb1c4282d650f4cfe75c31.tar.bz2
chore(docs): remove 'AngularJS ' prefix from version drop-down
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">