aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/src/templates/docs.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/templates/docs.js b/docs/src/templates/docs.js
index 47bb87a6..9486f91e 100644
--- a/docs/src/templates/docs.js
+++ b/docs/src/templates/docs.js
@@ -6,7 +6,7 @@ function DocsController($location, $browser, $window) {
this.$location = $location;
if (!HAS_HASH.test($location.href)) {
- $location.hashPath = '!angular';
+ $location.hashPath = '!api/angular';
}
this.$watch('$location.hashPath', function(hashPath) {