From de15b45b798ef95ae701c2f412f5b2150a5887bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Baz=C3=A1n?= Date: Thu, 4 May 2017 18:30:39 -0300 Subject: [PATCH] routes fix --- src/js/controllers/addresses.js | 2 +- www/views/customAmount.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/js/controllers/addresses.js b/src/js/controllers/addresses.js index 5f765a8c0..f0525a517 100644 --- a/src/js/controllers/addresses.js +++ b/src/js/controllers/addresses.js @@ -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 }); }; diff --git a/www/views/customAmount.html b/www/views/customAmount.html index f4e1ece3c..ac205dc74 100644 --- a/www/views/customAmount.html +++ b/www/views/customAmount.html @@ -7,7 +7,7 @@