Warning colour for insufficient funds.

This commit is contained in:
Brendon Duncan 2018-07-28 19:20:12 -07:00
commit 9781f90f2b
3 changed files with 10 additions and 5 deletions

View file

@ -12,6 +12,7 @@ function amountController(configService, $filter, $ionicHistory, $ionicModal, $i
vm.amountModel = { amount: 0 };
vm.availableFunds = '251.00 USD';
vm.fromWalletId = '';
vm.fundsAreInsufficient = true;
vm.globalResult = '';
vm.isRequestingSpecificAmount = false;
vm.listComplete = false;