ionic-ion-imageCacheFactory icon indicating copy to clipboard operation
ionic-ion-imageCacheFactory copied to clipboard

Then is never called. Hangs the application.

Open anonrig opened this issue 10 years ago • 3 comments
trafficstars

.then is never called, also the failure function. Therefore unable to continue.

Saved or Image cache failed never written to console.

$ImageCacheFactory.Cache([
    $scope.latestPhoto + '',
    $scope.currentUser.profile_picture + ''
])
.then(function() {
    console.log('saved');
    $rootScope.hideSpinner();
}, function(a) {
    console.log('Image cache failed', a);
    $rootScope.hideSpinner();
});

anonrig avatar Oct 31 '15 23:10 anonrig

Do you have a specific test case replicating this issue?

andrewmcgivery avatar Nov 17 '15 02:11 andrewmcgivery

Any progress on this issue?

BioPhoton avatar Mar 29 '16 17:03 BioPhoton

not really, will prepare a codepen in the next days @BioPhoton

DaDanny avatar Jul 04 '16 09:07 DaDanny