fixes
This commit is contained in:
parent
a2c6639962
commit
3bef5ce7ff
3 changed files with 7 additions and 9 deletions
|
|
@ -82,7 +82,8 @@ angular.module('copayApp.controllers').controller('amazonController',
|
|||
$scope.giftCards = lodash.isEmpty(gcds) ? null : gcds;
|
||||
$timeout(function() {
|
||||
$scope.$digest();
|
||||
});
|
||||
$ionicScrollDelegate.resize();
|
||||
}, 10);
|
||||
});
|
||||
});
|
||||
} else $log.debug("pending gift card not available yet");
|
||||
|
|
@ -107,9 +108,6 @@ angular.module('copayApp.controllers').controller('amazonController',
|
|||
|
||||
$scope.$on('modal.hidden', function() {
|
||||
$scope.updatePendingGiftCards();
|
||||
$timeout(function() {
|
||||
$ionicScrollDelegate.resize();
|
||||
}, 10);
|
||||
});
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue