homogenized modals - add addressbook modal

This commit is contained in:
Javier 2016-05-26 15:02:00 -03:00
commit df2811eeba
13 changed files with 491 additions and 489 deletions

View file

@ -1,6 +1,6 @@
'use strict';
angular.module('copayApp.controllers').controller('payproController', function($scope, profileService) {
angular.module('copayApp.controllers').controller('payproController', function($scope) {
var self = $scope.self;
$scope.alternative = self.alternativeAmount;
@ -11,6 +11,5 @@ angular.module('copayApp.controllers').controller('payproController', function($
$scope.cancel = function() {
$scope.payproModal.hide();
$scope.payproModal.remove();
};
});