fix non clickeable padding in sidebar

This commit is contained in:
Matias Alejo Garcia 2015-04-28 20:31:01 -03:00
commit 6e8e9488fa
3 changed files with 10 additions and 8 deletions

View file

@ -96,7 +96,7 @@ angular.module('copayApp.controllers').controller('indexController', function($r
self.txps = [];
self.copayers = [];
self.updateColor();
self.setTab('walletHome', true);
go.walletHome();
storageService.getBackupFlag(self.walletId, function(err, val) {
self.needsBackup = self.network == 'testnet' ? false : !val;