Added a validation for min amount

This commit is contained in:
Matias Pando 2014-09-26 11:23:48 -03:00
commit c97d3f147a

View file

@ -72,6 +72,7 @@ angular.module('copayApp.directives')
scope.notEnoughAmount = null;
}
} else {
ctrl.$setValidity('enoughAmount', false);
scope.notEnoughAmount = null;
}
return value;