aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src/templates/docs.js
diff options
context:
space:
mode:
authorIgor Minar2011-06-06 08:52:02 -0700
committerIgor Minar2011-06-06 22:52:02 -0700
commitf8417b48beaa3080e4e80784c11e8fa68afdec96 (patch)
tree075310d1102ac406885b547cd1ea10e7460e716c /docs/src/templates/docs.js
parent7f1e2e48467f80cc083d24b44f088620e4e7bcb6 (diff)
downloadangular.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.js4
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