First, make sure that the img cache is set to manual init ImgCacheProvider.manualInit = true; in your app.config function.
The second step is to call ImgCache.$init() at any time after the deviceready event (in your case, somewhere in the function $ionicPlatform.ready ).
source share