Fixes: mobile version, hide menu when click an item
This commit is contained in:
parent
0bb2d19b50
commit
35b6fc1f9a
2 changed files with 6 additions and 2 deletions
|
|
@ -76,6 +76,10 @@ angular.module('copay.header').controller('HeaderController',
|
|||
|
||||
$rootScope.isCollapsed = true;
|
||||
|
||||
$scope.toggleCollapse = function() {
|
||||
$rootScope.isCollapsed = !$rootScope.isCollapsed;
|
||||
};
|
||||
|
||||
function logout() {
|
||||
var w = $rootScope.wallet;
|
||||
if (w) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue