move addresses view to settings
This commit is contained in:
parent
552a4c8bcf
commit
e76924cb74
5 changed files with 17 additions and 9 deletions
|
|
@ -6,7 +6,7 @@ angular.module('copayApp.controllers').controller('preferencesAdvancedController
|
|||
$scope.wallet = wallet;
|
||||
|
||||
$scope.goToAddresses = function() {
|
||||
$state.go('tabs.receive.addresses', {
|
||||
$state.go('tabs.settings.addresses', {
|
||||
walletId: $stateParams.walletId,
|
||||
});
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue