This commit is contained in:
Matias Alejo Garcia 2016-08-24 19:12:11 -03:00
commit d6a99781fa
No known key found for this signature in database
GPG key ID: 02470DB551277AB3
6 changed files with 105 additions and 99 deletions

View file

@ -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() {};