Mini Kabibi Habibi
DXSK8.Tablet.index = function(params) {
var app = DXSK8.app,
imagePath = "images/";
var viewModel = {
categories: [
{
imageSrc: imagePath + "accessories-icon.png",
caption: "Accessories",
uri: "#productCategory/4"
},
{
imageSrc: imagePath + "set-up-a-ride-icon.png",
caption: "Set up a ride",
uri: "#productCategories"
},
{
imageSrc: imagePath + "clothes-icon.png",
caption: "Clothes",
uri: "#productCategory/5"
},
{
imageSrc: imagePath + "shoes-icon.png",
caption: "Shoes",
uri: "#productCategory/6"
}
],
notImplemented: DXSK8.Tablet.utils.notImplemented
};
return viewModel;
};