From 68f21f3c4d68394ca1d4e788be0493fc1a1305a2 Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Mon, 1 Dec 2014 17:28:03 -0300 Subject: [PATCH] fix payment intent --- js/controllers/paymentIntent.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/controllers/paymentIntent.js b/js/controllers/paymentIntent.js index d5e07f0d9..73021c785 100644 --- a/js/controllers/paymentIntent.js +++ b/js/controllers/paymentIntent.js @@ -26,7 +26,7 @@ angular.module('copayApp.controllers').controller('PaymentIntentController', fun $scope.wallets = ret; $scope.loading = false; $scope.$digest(); - }, 1); + }, 1000); }; if ($rootScope.iden) { var iden = $rootScope.iden;