Merge pull request #5058 from cmgustavo/bug/textarea-transition

Fix shaking when transition to feedback
This commit is contained in:
Jason Dreyzehner 2016-11-16 12:42:57 -05:00 committed by GitHub
commit 7a597bf8e2
3 changed files with 12 additions and 4 deletions

View file

@ -80,4 +80,8 @@ angular.module('copayApp.controllers').controller('sendController', function($sc
}
});
$scope.$on("$ionicView.afterEnter", function() {
$scope.showForm = true;
});
});

View file

@ -28,7 +28,9 @@
}
.user-feedback {
border-top: 1px solid $subtle-gray;
padding: 20px;
width: 100%;
margin-bottom: 20px;
}
.send-feedback-star {
height: 1rem;