From c1debfb81d33090c9e721349dd4a2f57a4acf464 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Tue, 10 May 2011 11:16:14 -0700 Subject: fix docs landing page redirection --- docs/src/templates/docs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/src/templates/docs.js') 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) { -- cgit v1.2.3