router TODO

This commit is contained in:
nixa 2016-05-03 11:06:39 +03:00
parent 2dff3f8ae0
commit 200598fe85

View file

@ -99,6 +99,7 @@ export class Sidebar {
return false;
}
// TODO: there is a bug in the router thus all child routers are considered as active
private selectMenuItem() {
let currentMenu;
@ -118,7 +119,7 @@ export class Sidebar {
});
}
});
// notifies all subscribers
this._themeGlobal.setData('menu.activeLink', currentMenu);
}