routes fix
This commit is contained in:
parent
a3ff528ca7
commit
de15b45b79
2 changed files with 2 additions and 2 deletions
|
|
@ -109,7 +109,7 @@ angular.module('copayApp.controllers').controller('addressesController', functio
|
|||
};
|
||||
|
||||
$scope.viewAllAddresses = function() {
|
||||
$state.go('tabs.receive.allAddresses', {
|
||||
$state.go('tabs.settings.allAddresses', {
|
||||
walletId: $scope.wallet.id
|
||||
});
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue