improve design on payment protocol view

This commit is contained in:
Gabriel Bazán 2016-12-27 16:16:55 -03:00
commit 9234a575ec
4 changed files with 58 additions and 52 deletions

View file

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