Skip to content

Commit

Permalink
fixed left menu
Browse files Browse the repository at this point in the history
  • Loading branch information
adubovikov committed Jan 6, 2016
1 parent e4f451a commit 909865d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions js/controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,20 +102,14 @@
};

$scope.doSaveGridState = function() {
$scope.showLeftMenu = false;
$scope.dropDownUserMenuClass = "";
eventbus.broadcast(homer.modules.pages.events.saveGridState, "1");
};

$scope.doRestoreGridState = function() {
$scope.showLeftMenu = false;
$scope.dropDownUserMenuClass = "";
eventbus.broadcast(homer.modules.pages.events.restoreGridState, "1");
};

$scope.doResetGridState = function() {
$scope.showLeftMenu = false;
$scope.dropDownUserMenuClass = "";
eventbus.broadcast(homer.modules.pages.events.resetGridState, "1");
$location.path(homer.modules.pages.routes.home);
};
Expand Down Expand Up @@ -378,4 +372,4 @@
$uibModalInstance.close("upload");
};
});
})(angular, homer);
})(angular, homer);

0 comments on commit 909865d

Please sign in to comment.