Commit 8c660a9d authored by Evren Kutar's avatar Evren Kutar

add sidebar collapse script

parent 3e588998
...@@ -94,6 +94,9 @@ app.directive('sidebar', ['$location', function () { ...@@ -94,6 +94,9 @@ app.directive('sidebar', ['$location', function () {
$scope.collapseVar = 1; $scope.collapseVar = 1;
$timeout(function () { $timeout(function () {
$('#side-menu').metisMenu(); $('#side-menu').metisMenu();
$(".sidebar-collapse-button").click(function() {
$(".manager-view").css("z-index" , "9999").css("width" , "100%");
});
}); });
} }
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment