Revert "adding loading placeholders to avoid the screen resize in tab-home view"

This commit is contained in:
Gabriel Edgardo Bazán 2017-04-26 08:53:32 -03:00 committed by GitHub
commit 8cefdc1312
6 changed files with 75 additions and 146 deletions

View file

@ -194,7 +194,6 @@ angular.module('copayApp.controllers').controller('tabHomeController',
if (err) $log.error(err);
$scope.txps = txps;
$scope.txpsN = n;
$scope.txpsFinished = true;
$timeout(function() {
$ionicScrollDelegate.resize();
$scope.$apply();
@ -226,7 +225,6 @@ angular.module('copayApp.controllers').controller('tabHomeController',
}
if (++j == i) {
updateTxps();
$scope.walletsFinished = true;
}
});
});
@ -254,7 +252,6 @@ angular.module('copayApp.controllers').controller('tabHomeController',
}
$scope.notifications = notifications;
$scope.notificationsN = total;
$scope.notificationsFinished = true;
$timeout(function() {
$ionicScrollDelegate.resize();
$scope.$apply();