add execute directive flag
This commit is contained in:
parent
d56b22242b
commit
afb7386ec2
5 changed files with 6 additions and 4 deletions
|
|
@ -92,8 +92,9 @@ angular.module('copayApp.controllers').controller('confirmController', function(
|
|||
};
|
||||
|
||||
$scope.init = function() {
|
||||
$scope.notAvailable = false;
|
||||
$scope.wallet = profileService.getWallets()[0];
|
||||
$scope.notAvailable = false;
|
||||
$scope.hasWallet = $scope.wallet ? true : false;
|
||||
|
||||
if ($stateParams.paypro) {
|
||||
return setFromPayPro($stateParams.paypro, function(err) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue