chore(doc-gen): paths now start with a slash

This commit is contained in:
Peter Bacon Darwin 2015-05-19 13:02:32 +01:00
parent b6b9ede425
commit 302c5d5005
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@ angular.module('app', ['ngMaterial', 'navigation-modules', 'navigation-guides',
];
this.updateCurrentPage = function(path) {
path = path.replace(/^\//, '');
console.log('path', path);
this.currentPage = null;