From d4f4f99dce69deea8ed7d3423de1076ab6706586 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Wed, 6 Aug 2014 17:54:14 -0700 Subject: [PATCH] paypro: minor - comment. --- js/directives.js | 2 ++ 1 file changed, 2 insertions(+) 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; }