This commit is contained in:
Matias Alejo Garcia 2016-06-21 13:02:32 -03:00
commit 76b8c466d8
No known key found for this signature in database
GPG key ID: 02470DB551277AB3

View file

@ -94,7 +94,6 @@ angular.module('copayApp.directives')
var val = function(value) {
var settings = configService.getSync().wallet.settings;
var vNum = Number((value * settings.unitToSatoshi).toFixed(0));
console.log('[directives.js.96:vNum:]', vNum); //TODO
if (typeof value == 'undefined' || value == 0) {
ctrl.$pristine = true;
}