diff options
| author | Peter Bacon Darwin | 2014-02-13 12:15:07 +0000 | 
|---|---|---|
| committer | Peter Bacon Darwin | 2014-02-16 19:03:42 +0000 | 
| commit | b2dc0789437bfdb4dbbb1c4282d650f4cfe75c31 (patch) | |
| tree | 49b951a72afd9153cd28ee2bcafe8932096ff806 /docs/config/templates/indexPage.template.html | |
| parent | 9565cca15b6d30aefb78bcec411dea4f7b305019 (diff) | |
| download | angular.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.html | 2 | 
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"> | 
