diff options
| author | Igor Minar | 2011-06-06 08:52:02 -0700 | 
|---|---|---|
| committer | Igor Minar | 2011-06-06 22:52:02 -0700 | 
| commit | f8417b48beaa3080e4e80784c11e8fa68afdec96 (patch) | |
| tree | 075310d1102ac406885b547cd1ea10e7460e716c /docs/src/templates/docs.js | |
| parent | 7f1e2e48467f80cc083d24b44f088620e4e7bcb6 (diff) | |
| download | angular.js-f8417b48beaa3080e4e80784c11e8fa68afdec96.tar.bz2 | |
docs app css/js/html rewrite
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 | 
