diff --git a/js/directives.js b/js/directives.js index c0db435b4..9078a5099 100644 --- a/js/directives.js +++ b/js/directives.js @@ -22,6 +22,8 @@ angular.module('copayApp.directives') if ((err && err.message === 'No unspent outputs.') || available < +merchantData.total) { + // TODO: Actually display a notification window here + // instead of simply saying the URI is invalid. ctrl.$setValidity('validAddress', false); return; }