chore(doc-gen): paths now start with a slash
This commit is contained in:
parent
b6b9ede425
commit
302c5d5005
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue