Example of ionic-image-loader
To use the app:
- Clone/download this repo
- Run
git submodule init && git submodule update
- Run
npm install
to install dependencies - Run
ionic state reset
to 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