andrewmcgivery / ionic-ion-imageCacheFactory

A factory to preload images for your Ionic app.
75 stars 26 forks source link

Lazy Error Mode #8

Open andrewmcgivery opened 8 years ago

andrewmcgivery commented 8 years ago

Normal Mode (current): If any images in the array error, whole method rejects promise.

Lazy Error Mode: Will attempt to load all images regardless of errors. will pass array of failed images to resolved promise.