diff options
| -rw-r--r-- | docs/docs.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docs.js b/docs/docs.js index c8cc8069..8c836049 100644 --- a/docs/docs.js +++ b/docs/docs.js @@ -6,7 +6,7 @@ function DocsController($location, $browser, $window) { window.$root = this.$root; this.getUrl = function(page){ - return '#!' + encodeURIComponent(page.name); + return '#!' + page.name; }; this.getCurrentPartial = function(){ |
