diff options
Diffstat (limited to 'docs/src/templates/index.html')
| -rw-r--r-- | docs/src/templates/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/src/templates/index.html b/docs/src/templates/index.html index 0788e415..872ca586 100644 --- a/docs/src/templates/index.html +++ b/docs/src/templates/index.html @@ -250,9 +250,9 @@ <div class="span3"> <div class="well"> <div ng-controller="DocsVersionsCtrl"> - <select ng-options="v.version as v.title group by v.group for v in versions" - ng-model="version" - ng-change="jumpToDocsVersion(version)" + <select ng-options="v as v.title group by v.group for v in docs_versions" + ng-model="docs_version" + ng-change="jumpToDocsVersion(docs_version)" class="docs-version-jump"> </select> </div> |
