diff options
| author | Igor Minar | 2011-05-10 11:16:14 -0700 | 
|---|---|---|
| committer | Igor Minar | 2011-06-06 22:51:58 -0700 | 
| commit | c1debfb81d33090c9e721349dd4a2f57a4acf464 (patch) | |
| tree | 324d8430d263eb3fbf29b1a300b50986982e682b | |
| parent | 0fb37b08e778c348199a8a4909fad5ed9d920cdd (diff) | |
| download | angular.js-c1debfb81d33090c9e721349dd4a2f57a4acf464.tar.bz2 | |
fix docs landing page redirection
| -rw-r--r-- | docs/src/templates/docs.js | 2 | 
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) { | 
