improve design on payment protocol view
This commit is contained in:
parent
94a18a9345
commit
9234a575ec
4 changed files with 58 additions and 52 deletions
|
|
@ -1,9 +0,0 @@
|
|||
'use strict';
|
||||
|
||||
angular.module('copayApp.controllers').controller('payproController', function($scope) {
|
||||
var self = $scope.self;
|
||||
|
||||
$scope.cancel = function() {
|
||||
$scope.payproModal.hide();
|
||||
};
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue