profile without wallet, redir to add page
This commit is contained in:
parent
247fb41a90
commit
0874f7dccb
2 changed files with 2 additions and 1 deletions
|
|
@ -298,7 +298,7 @@ angular.module('copayApp.services')
|
|||
iden.on('noWallets', function() {
|
||||
notification.warning('No Wallets', 'Your profile has no wallets. Create one here');
|
||||
$rootScope.starting = false;
|
||||
$location.path('/create');
|
||||
$location.path('/add');
|
||||
$timeout(function() {
|
||||
$rootScope.$digest();
|
||||
}, 1);
|
||||
|
|
|
|||
|
|
@ -32,6 +32,7 @@
|
|||
<div>
|
||||
<ul class="side-nav wallets" ng-class="{'pullDown': walletSelection}">
|
||||
<li
|
||||
ng-if="wallets[0]"
|
||||
ng-repeat="item in wallets track by $index"
|
||||
class="nav-item"
|
||||
ng-if="item.id != $root.wallet.id"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue