Fix shaking when transition to feedback

This commit is contained in:
Gustavo Maximiliano Cortez 2016-11-16 14:40:56 -03:00
commit 2b6d60f96f
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
3 changed files with 12 additions and 4 deletions

View file

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