Ok I'm new to appery, but I have worked with phonegap before. I have my own API on my own server and I can successfully load the data and display a list of products in my app.
I know and understand the code to store something in a local database, but I'm having trouble with the link between both.
I tried to map the response to a custom javascript, but I can't drop the '$'-sign on the custom javascript.
What's the right way to work here?