Fixes: mobile version, hide menu when click an item

This commit is contained in:
Gustavo Cortez 2014-05-30 00:00:40 -03:00
commit 35b6fc1f9a
2 changed files with 6 additions and 2 deletions

View file

@ -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) {