What is downgularJS?

Sometimes, especially when building hybrid mobile apps, you need to download files to the device, and store them locally so you can access those files later from navigator. DowngularJS helps you build download queues to download and store those files, including localstorage features to allow stop downloads and restart them later, after closing the navigator/app.

How does it works

It's very simple to use: Just create a queue and add the urls of the files you want to download into that queue. You can start/stop the download process, and save/retrieve the queue in localStorage.

You'll find more information and a detailed example in the source code, on github.

Ionic Friendly

As it is an AngularJS module, it can be easily integrated with Ionic Framework.