fix docs landing page redirection

This commit is contained in:
Igor Minar 2011-05-10 11:16:14 -07:00
parent 0fb37b08e7
commit c1debfb81d

View file

@ -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) {