Wallet Settings button in Wallet Details
This commit is contained in:
parent
a54b30f6ae
commit
1615db9890
5 changed files with 26 additions and 3 deletions
|
|
@ -115,6 +115,13 @@ angular.module('copayApp.controllers').controller('walletDetailsController', fun
|
|||
});
|
||||
};
|
||||
|
||||
$scope.openSettings = function() {
|
||||
$state.go('tabs.settings').then(function () {
|
||||
$ionicHistory.clearHistory();
|
||||
$state.go('tabs.preferences', {'walletId': $scope.wallet.id, 'backToDetails': true});
|
||||
});
|
||||
};
|
||||
|
||||
$scope.openSearchModal = function() {
|
||||
$scope.color = $scope.wallet.color;
|
||||
$scope.isSearching = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue