Example of ionic-image-loader
To use the app:
- Clone/download this repo
- Run
git submodule init && git submodule update - Run
npm installto install dependencies - Run
ionic state resetto restore the plugins - Add a platform of your choice. Example:
ionic platform add android - Run the app on a device or an emulator.
ionic run android