fix menu and sidebar

This commit is contained in:
Matias Alejo Garcia 2015-04-28 20:13:28 -03:00
commit 23f096844f
6 changed files with 23 additions and 21 deletions

View file

@ -373,7 +373,7 @@ angular.module('copayApp.controllers').controller('walletHomeController', functi
tries = tries || 0;
if (tries > 5) return;
var e = document.getElementById('menu-walletHome');
if (!e) $timeout(function() {
if (!e) return $timeout(function() {
self.bindTouchDown(++tries);
}, 500);