watch wallets in walletselector
This commit is contained in:
parent
fa6a4c2323
commit
272cb46e3a
1 changed files with 3 additions and 0 deletions
|
|
@ -23,6 +23,9 @@ angular.module('copayApp.directives')
|
|||
}, 100);
|
||||
scope.onSelect(wallet);
|
||||
};
|
||||
scope.$watch('wallets', function(newValue, oldValue) {
|
||||
scope.wallets = newValue;
|
||||
});
|
||||
}
|
||||
};
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue