Rename manage by profile. Created a new page "createWallet"
This commit is contained in:
parent
81527aa028
commit
4b8e18735d
12 changed files with 78 additions and 62 deletions
|
|
@ -229,7 +229,7 @@ angular.module('copayApp.services')
|
|||
if (w) {
|
||||
root.setFocusedWallet(w);
|
||||
} else {
|
||||
$location.path('/manage');
|
||||
$location.path('/createWallet');
|
||||
}
|
||||
$timeout(function() {
|
||||
$rootScope.$digest()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue