fixes wallet info for no created wallets

This commit is contained in:
Matias Alejo Garcia 2015-09-14 16:32:12 -03:00
commit c302c312df
4 changed files with 18 additions and 9 deletions

View file

@ -81,6 +81,7 @@ angular.module('copayApp.controllers').controller('indexController', function($r
self.currentFeeLevel = null;
self.notAuthorized = false;
self.txHistory = [];
self.balanceByAddress = null;
self.txHistoryPaging = false;
self.pendingTxProposalsCountForUs = null;
self.setSpendUnconfirmed();