diff --git a/js/directives.js b/js/directives.js index b4b1a84a3..f477d5923 100644 --- a/js/directives.js +++ b/js/directives.js @@ -72,6 +72,7 @@ angular.module('copayApp.directives') scope.notEnoughAmount = null; } } else { + ctrl.$setValidity('enoughAmount', false); scope.notEnoughAmount = null; } return value;