ensure balance displays properly on initial load
This commit is contained in:
parent
fbc2010f7e
commit
1153f942ac
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue