ux: sidenav fixes and dashboard search changes

This commit is contained in:
Torkel Ödegaard
2017-08-17 12:06:51 +02:00
parent a4da0adf38
commit 6609dbff90
17 changed files with 200 additions and 329 deletions

View File

@@ -99,7 +99,6 @@ function panelHeader($compile) {
menuScope = scope.$new();
let menuHtml = createMenuTemplate(scope.ctrl);
console.log(menuHtml);
menuElem.html(menuHtml);
$compile(menuElem)(menuScope);