fix scroll resize in send view and adding timeout to ionicScrollDelegate.resize
This commit is contained in:
parent
e1fbc1202f
commit
db987e4817
8 changed files with 23 additions and 21 deletions
|
|
@ -20,7 +20,7 @@ angular.module('copayApp.controllers').controller('joinController',
|
|||
$scope.resizeView = function() {
|
||||
$timeout(function() {
|
||||
$ionicScrollDelegate.resize();
|
||||
});
|
||||
}, 10);
|
||||
checkPasswordFields();
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue