Fixed Issue: #15

pull/17/head
Mayur Patel 2016-04-17 23:55:38 +05:30
parent 7cbce13667
commit 06b03d9822
1 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,9 @@
subMenu.selected = (('#' + $location.$$url).indexOf(subMenu.root) == 0) && !subMenu.disabled;
});
}
if($rootScope.$isMobile) {
$scope.menuCollapse();
}
});
}