aboutsummaryrefslogtreecommitdiffstats
path: root/docs/app/src/docs.js
diff options
context:
space:
mode:
authorPeter Bacon Darwin2014-03-07 19:57:39 +0000
committerPeter Bacon Darwin2014-03-07 20:05:58 +0000
commit853999de10b8fd0116f9da80af2c192a4a5fd39b (patch)
tree3eb5e87ecd5f41152af996831d4e29ce08581359 /docs/app/src/docs.js
parent53ec5e13e5955830b6751019eef232bd2125c0b6 (diff)
downloadangular.js-853999de10b8fd0116f9da80af2c192a4a5fd39b.tar.bz2
docs(404 errors): provide a better 404 experience
It is a bit rough and ready but does a better job than nothing.
Diffstat (limited to 'docs/app/src/docs.js')
-rw-r--r--docs/app/src/docs.js2
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 = [];
}
});