Skip to content

Preload images when the app is launched #40

@ai2010

Description

@ai2010

Hello,

I would like to load the images in cache when the app is launched so that when the user open some screen the images are already loaded.
Can I use:
module.controller('Ctrl', function(cacheSrcStorage) {
cacheSrcStorage.get('url') // === the local cache path for 'url'
});

Module does not exist in my app, what should I call instead?
instead of 'get' I put 'set'?
Thanks,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions