fix scroll resize in send view and adding timeout to ionicScrollDelegate.resize

This commit is contained in:
Gabriel Bazán 2016-12-14 15:37:15 -03:00
commit db987e4817
8 changed files with 23 additions and 21 deletions

View file

@ -187,7 +187,7 @@ angular.module('copayApp.controllers').controller('tabHomeController',
$timeout(function() {
$ionicScrollDelegate.resize();
$scope.$apply();
}, 100);
}, 10);
})
};
@ -240,7 +240,7 @@ angular.module('copayApp.controllers').controller('tabHomeController',
$timeout(function() {
$ionicScrollDelegate.resize();
$scope.$apply();
}, 100);
}, 10);
});
};
@ -269,7 +269,7 @@ angular.module('copayApp.controllers').controller('tabHomeController',
$timeout(function() {
$ionicScrollDelegate.resize();
$scope.$apply();
}, 100);
}, 10);
};
var bitpayCardCache = function() {