add execute directive flag
This commit is contained in:
parent
d56b22242b
commit
afb7386ec2
5 changed files with 6 additions and 4 deletions
|
|
@ -157,8 +157,8 @@ angular.module('copayApp.directives')
|
|||
scope.content = {};
|
||||
scope.content.wallets = [];
|
||||
scope.content.notAvailable = false;
|
||||
var minBalance = attrs.minBalance ? parseInt(attrs.minBalance) : 0;
|
||||
var wallets = profileService.getWallets(opts);
|
||||
var minBalance = attrs.minBalance ? parseInt(attrs.minBalance) : 0;
|
||||
var filteredWallets = [];
|
||||
var index = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue