diff options
Diffstat (limited to 'docs/app/src/docs.js')
| -rw-r--r-- | docs/app/src/docs.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/app/src/docs.js b/docs/app/src/docs.js index 5163e982..74d78136 100644 --- a/docs/app/src/docs.js +++ b/docs/app/src/docs.js @@ -87,7 +87,7 @@ angular.module('DocsController', []) breadcrumbPath += '/'; }); } else { - $scope.currentArea = null; + $scope.currentArea = NG_NAVIGATION['api']; $scope.breadcrumb = []; } }); |
