paypro
This commit is contained in:
parent
ba3c834ea5
commit
d6a99781fa
6 changed files with 105 additions and 99 deletions
|
|
@ -665,20 +665,6 @@ angular.module('copayApp.controllers').controller('walletHomeController', functi
|
|||
}, 1);
|
||||
};
|
||||
|
||||
this.openPPModal = function(paypro) {
|
||||
var fc = profileService.focusedClient;
|
||||
$scope.color = fc.backgroundColor;
|
||||
$scope.self = self;
|
||||
$scope.paypro = paypro;
|
||||
|
||||
$ionicModal.fromTemplateUrl('views/modals/paypro.html', {
|
||||
scope: $scope
|
||||
}).then(function(modal) {
|
||||
$scope.payproModal = modal;
|
||||
$scope.payproModal.show();
|
||||
});
|
||||
};
|
||||
|
||||
this.setFromPayPro = function(uri, cb) {
|
||||
if (!cb) cb = function() {};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue