.
This commit is contained in:
parent
022de7d2b5
commit
e3a0ff926d
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ angular.module('copayApp.controllers').controller('PaymentIntentController', fun
|
|||
|
||||
$scope.wallets = [];
|
||||
$rootScope.title = 'Payment intent';
|
||||
$scope.wallets = $rootScope.iden.listAllWallets();
|
||||
$scope.wallets = $rootScope.iden.listWallets();
|
||||
|
||||
var l = $scope.wallet.length;
|
||||
_.each($scope.wallets, function(w, i) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue