mirror of https://github.com/akveo/blur-admin
Fixed Issue: #15
parent
7cbce13667
commit
06b03d9822
|
@ -23,6 +23,9 @@
|
|||
subMenu.selected = (('#' + $location.$$url).indexOf(subMenu.root) == 0) && !subMenu.disabled;
|
||||
});
|
||||
}
|
||||
if($rootScope.$isMobile) {
|
||||
$scope.menuCollapse();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue