Wallet/src/js/controllers/modals/paypro.js
Matias Alejo Garcia d6a99781fa
paypro
2016-08-24 19:12:11 -03:00

9 lines
202 B
JavaScript

'use strict';
angular.module('copayApp.controllers').controller('payproController', function($scope) {
var self = $scope.self;
$scope.cancel = function() {
$scope.payproModal.hide();
};
});