improve confirm view UI

This commit is contained in:
Gabriel Bazán 2016-12-28 12:11:55 -03:00
commit 7f684c8eb6
4 changed files with 15 additions and 9 deletions

View file

@ -8,7 +8,9 @@ angular.module('copayApp.directives')
transclude: true,
scope: {
sendStatus: '=clickSendStatus',
wallet: '=hasWalletChosen'
hasWalletChosen: '=hasWalletChosen',
insufficientFunds: '=insufficientFunds',
noMatchingWallet: '=noMatchingWallet'
},
link: function(scope, element, attrs) {
scope.$watch('sendStatus', function() {