We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9565cca commit b2dc078Copy full SHA for b2dc078
1 file changed
docs/config/templates/indexPage.template.html
@@ -156,7 +156,7 @@ <h4 class="search-results-group-heading">{{ key }}</h4>
156
<div class="main-body-grid">
157
<div class="grid-left">
158
<div ng-controller="DocsVersionsCtrl" class="picker version-picker">
159
- <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"
160
ng-model="docs_version"
161
ng-change="jumpToDocsVersion(docs_version)"
162
class="docs-version-jump">
0 commit comments