From d79dfb20c36c307ed6688a383d278245d29cfdb9 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Fri, 1 Aug 2014 17:32:06 -0700 Subject: [PATCH] paypro: comment --- js/directives.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/js/directives.js b/js/directives.js index d52143949..4a76f80a3 100644 --- a/js/directives.js +++ b/js/directives.js @@ -90,6 +90,8 @@ angular.module('copayApp.directives') sendall.attr('class').replace(' hidden', '')); } } + // TODO: Check paymentRequest expiration, + // delete if beyond expiration date. }); ctrl.$setValidity('validAddress', true);