diff options
Diffstat (limited to 'docs/src/templates/docs.js')
| -rw-r--r-- | docs/src/templates/docs.js | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/src/templates/docs.js b/docs/src/templates/docs.js index 244ccce1..e631d668 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 = '!api/angular'; +    $location.hashPath = '!api/';    }    this.$watch('$location.hashPath', function(hashPath) { @@ -65,7 +65,7 @@ angular.widget('code', function(element){  });  SyntaxHighlighter['defaults'].toolbar = false; -SyntaxHighlighter['defaults'].gutter = false; +SyntaxHighlighter['defaults'].gutter = true;  /**   * Controller for tutorial instructions  | 
