wallet to wallet back-button
This commit is contained in:
parent
554d40d08f
commit
a3ef304e09
3 changed files with 13 additions and 0 deletions
|
|
@ -7,6 +7,13 @@ angular.module('copayApp.controllers').controller('tabSendController', function(
|
|||
$scope.displayBalanceAsFiat = true;
|
||||
$scope.walletSelectorTitleForce = true;
|
||||
|
||||
|
||||
|
||||
$scope.walletHide = function() {
|
||||
console.log("wallet HIDE");
|
||||
alert('test');
|
||||
};
|
||||
|
||||
$scope.addContact = function() {
|
||||
$state.go('tabs.settings').then(function() {
|
||||
$state.go('tabs.addressbook').then(function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue