better walletIds storage

This commit is contained in:
Matias Alejo Garcia 2014-12-18 00:38:00 -03:00
commit 41f70c48f9
8 changed files with 220 additions and 71 deletions

View file

@ -37,7 +37,7 @@ angular.module('copayApp.services').factory('go', function($window, $rootScope,
hideSidebars();
}
else {
if ($rootScope.iden && $rootScope.iden.listWallets().length >1) {
if ($rootScope.iden && $rootScope.iden.getWallets().length >1) {
elem.addClass('move-left');
}
}