From e2f06f39d3e1ea4d93afb62acc7c45fbf43a2468 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Baz=C3=A1n?= Date: Wed, 14 Sep 2016 15:41:24 -0300 Subject: [PATCH] hide button if amount < 0 --- public/views/amount.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/views/amount.html b/public/views/amount.html index e06f6ae9a..4c996478c 100644 --- a/public/views/amount.html +++ b/public/views/amount.html @@ -41,7 +41,7 @@
+ ng-hide="alternativeResult <= 0 && amountResult <= 0" ng-click="finish()">