Fix layout after send on WP8

This commit is contained in:
Gustavo Maximiliano Cortez 2015-07-02 14:42:53 -03:00
parent 6a94f55dc8
commit 684fc8e0c8
1 changed files with 5 additions and 0 deletions

View File

@ -679,6 +679,11 @@ angular.module('copayApp.controllers').controller('walletHomeController', functi
this.submitForm = function() {
var fc = profileService.focusedClient;
var unitToSat = this.unitToSatoshi;
if (isCordova && this.isWindowsPhoneApp) {
this.hideAddress = false;
this.hideAmount = false;
}
var form = $scope.sendForm;
if (form.$invalid) {