Merge pull request #2952 from cmgustavo/bug/wp8-submit-inputs

Fix layout after send on WP8
This commit is contained in:
Matias Alejo Garcia 2015-07-10 16:09:55 -03:00
commit b8b90f14d6
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) {