move addresses view to settings
This commit is contained in:
parent
552a4c8bcf
commit
e76924cb74
5 changed files with 17 additions and 9 deletions
|
|
@ -130,8 +130,16 @@ angular.module('copayApp.controllers').controller('addressesController', functio
|
|||
|
||||
$scope.scan = function() {
|
||||
walletService.startScan($scope.wallet);
|
||||
$ionicHistory.nextViewOptions({
|
||||
disableAnimate: true,
|
||||
historyRoot: true
|
||||
});
|
||||
$ionicHistory.clearHistory();
|
||||
$state.go('tabs.home');
|
||||
$state.go('tabs.home').then(function() {
|
||||
$state.transitionTo('tabs.wallet', {
|
||||
walletId: $scope.wallet.credentials.walletId
|
||||
});
|
||||
});
|
||||
};
|
||||
|
||||
$scope.sendByEmail = function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue