ensure balance displays properly on initial load

This commit is contained in:
Marty Alcala 2016-11-10 14:31:26 -05:00
commit 1153f942ac

View file

@ -231,6 +231,7 @@ angular.module('copayApp.controllers').controller('walletDetailsController', fun
};
$scope.amountHeight = '180px';
$scope.amountScale = 'scale3d(' + 1 + ',' + 1 + ',' + 1+ ')';
$scope.getScrollPosition = function(){
console.log($ionicScrollDelegate.getScrollPosition().top);