move addresses view to settings

This commit is contained in:
Gabriel Bazán 2017-05-03 17:08:18 -03:00
commit e76924cb74
5 changed files with 17 additions and 9 deletions

View file

@ -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,
});
};