Install imagesLoaded via Bower
bower install imagesloaded
The config in main.js can be set up several ways
requirejs.config({
// set paths object
paths: {| requirejs(['cordova.js'], | |
| function () { | |
| // start of require | |
| // cordova is now available globally | |
| var exec = cordova.require('cordova/exec'); | |
| var app = { | |
| // Application Constructor |
Install imagesLoaded via Bower
bower install imagesloaded
The config in main.js can be set up several ways
requirejs.config({
// set paths object
paths: {