Scanner button at topbar only for mobile

This commit is contained in:
Gustavo Maximiliano Cortez 2015-01-15 12:57:18 -03:00 committed by bechi
commit d0f8583122
8 changed files with 76 additions and 70 deletions

View file

@ -154,7 +154,7 @@ angular.module('copayApp.controllers').controller('JoinController',
}
$scope.$on("$destroy", function () {
$rootScope.hideWalletNavigation = false;
$scope.$on("$destroy", function () {
$rootScope.hideWalletNavigation = false;
});
});