routes fix

This commit is contained in:
Gabriel Bazán 2017-05-04 18:30:39 -03:00
commit de15b45b79
2 changed files with 2 additions and 2 deletions

View file

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