Apply changes when receive is focused at first time

This commit is contained in:
Gustavo Maximiliano Cortez 2015-04-24 10:32:27 -03:00
parent 703022f054
commit 3ff6cf174d
No known key found for this signature in database
GPG Key ID: 15EDAD8D9F2EB1AF
1 changed files with 1 additions and 0 deletions

View File

@ -306,6 +306,7 @@ angular.module('copayApp.controllers').controller('walletHomeController', functi
} else {
self.newAddress();
}
$scope.$digest();
});
});
};