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) {
|
this.updateCurrentPage = function(path) {
|
||||||
path = path.replace(/^\//, '');
|
|
||||||
console.log('path', path);
|
console.log('path', path);
|
||||||
this.currentPage = null;
|
this.currentPage = null;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user