Improve addressbook for mobile

This commit is contained in:
Gustavo Maximiliano Cortez 2015-10-30 18:34:34 -03:00
commit ee33526129
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
6 changed files with 22 additions and 15 deletions

View file

@ -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);