fix payment intent

This commit is contained in:
Gustavo Maximiliano Cortez 2014-12-01 17:28:03 -03:00
parent 39ea2a226b
commit 68f21f3c4d
1 changed files with 1 additions and 1 deletions

View File

@ -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;