Removed createWallet page. Added link for create, join and import to the top menu.
This commit is contained in:
parent
3f6f07c99b
commit
72cfc49d55
10 changed files with 28 additions and 31 deletions
|
|
@ -231,7 +231,7 @@ angular.module('copayApp.services')
|
|||
if (w) {
|
||||
root.setFocusedWallet(w);
|
||||
} else {
|
||||
$location.path('/createWallet');
|
||||
$location.path('/create');
|
||||
}
|
||||
$timeout(function() {
|
||||
$rootScope.$digest()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue