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

View file

@ -7,7 +7,7 @@
</ion-nav-back-button>
<ion-nav-buttons side="secondary">
<button class="button no-border" ng-click="finish()" translate>
Exit
Close
</button>
</ion-nav-buttons>
</ion-nav-bar>