prelim action sheet directive

This commit is contained in:
Marty Alcala 2016-10-12 15:01:48 -04:00
commit ce298fdfb6
6 changed files with 78 additions and 1 deletions

View file

@ -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');