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
|
|
@ -104,14 +104,14 @@ angular.module('copayApp.controllers').controller('addressesController', functio
|
|||
$timeout(function() {
|
||||
$scope.showInfo = !$scope.showInfo;
|
||||
$ionicScrollDelegate.resize();
|
||||
});
|
||||
}, 10);
|
||||
};
|
||||
|
||||
$scope.readMore = function() {
|
||||
$timeout(function() {
|
||||
$scope.showMore = !$scope.showMore;
|
||||
$ionicScrollDelegate.resize();
|
||||
});
|
||||
}, 10);
|
||||
};
|
||||
|
||||
$scope.showMenu = function(allAddresses, $event) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue