paypro: minor - split fix. style fix.

This commit is contained in:
Christopher Jeffrey 2014-08-01 20:24:26 -07:00 committed by Manuel Araoz
commit a3714f8893
2 changed files with 5 additions and 3 deletions

View file

@ -51,7 +51,8 @@ angular.module('copayApp.directives')
var address = angular.element(
document.querySelector('input#address'));
var amount = angular.element( document.querySelector('input#amount'));
var amount = angular.element(
document.querySelector('input#amount'));
amount.val(total);
amount.attr('disabled', true);
@ -70,7 +71,8 @@ angular.module('copayApp.directives')
+ expires.toISOString()
+ ')');
var submit = angular.element( document.querySelector('button[type=submit]'));
var submit = angular.element(
document.querySelector('button[type=submit]'));
submit.attr('disabled', false);
var sendall = angular.element(