Improve addressbook for mobile
This commit is contained in:
parent
f3d12f5a14
commit
ee33526129
6 changed files with 22 additions and 15 deletions
|
|
@ -272,6 +272,7 @@ angular.module('copayApp.controllers').controller('walletHomeController', functi
|
|||
|
||||
modalInstance.result.finally(function() {
|
||||
$rootScope.modalOpened = false;
|
||||
$rootScope.$emit('Local/AddressbookUpdated');
|
||||
disableCloseModal();
|
||||
var m = angular.element(document.getElementsByClassName('reveal-modal'));
|
||||
m.addClass(animationService.modalAnimated.slideOutDown);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue