prelim action sheet directive
This commit is contained in:
parent
2d205cbebd
commit
ce298fdfb6
6 changed files with 78 additions and 1 deletions
|
|
@ -111,6 +111,11 @@ angular.module('copayApp.controllers').controller('confirmController', function(
|
|||
setWallet(wallet, true);
|
||||
});
|
||||
|
||||
$scope.showWalletSelector = function() {
|
||||
console.log('showWalletSelector called');
|
||||
$scope.showWallets = true;
|
||||
};
|
||||
|
||||
|
||||
$scope.showDescriptionPopup = function() {
|
||||
var message = gettextCatalog.getString('Add description');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue