Great, getting there...:-) pre getQuestions.execute({"data":{"where": '{"_id":"53620e12e4b058d902d3f58b"}'}, success:function(data){ // do some processing in here // now return the processed data return(data); /&...
I made a text field and a button, and on the button click event I run JS pre getQuestions.execute({data:{where: '{"_id":"53620e12e4b058d902d3f58b"}', success:function(data){ alert("success! "+data); }, error:function ( jqXHR, textStatus, errorThrown ) { alert(&q...
I made a text field and a button, and on the button click event I run JS pre getQuestions.execute({data:{where: '{"_id":"53620e12e4b058d902d3f58b"}', success:function(data){ alert("success! "+data); }, error:function ( jqXHR, textStatus, errorThrown ) { alert(&q...
Trying to generate a quiz app. My sample data pre [ { " id":"53620e12e4b058d902d3f58b", "question":"How was your experience today?, Very good, Good, Average, Poor, Very poor", " createdAt":"2014-05-01 09:04:18.125", " updatedAt...
Getting there. I'm no JS programmer but if when offline you add and delete an item then you will var tasksArr twice, in the create and delete "if" loop. Needs to be var 'd before the if loops. Also if you follow your tutorial steps exactly in the delete service mapping you get as per my sc...
Re-entered from scratch for a 3rd time and as listed on the tutorial it seems bugged. The only tutorial step that looks different from my workspace to the tutorial screenshots is "Adding a delete service" step https://d2r1vs3d9006ap.cloudfront.net/s3_images/1051360/addingadeleteservice_inl...
Is there a way of downloading a completed tutorial example. I have entered "Building a simple ToDo app with Appery.io Backend Services, part 2: working in offline mode" from scratch twice but cannot get it to synch the offline data when the phone goes online, so presume my code is bugged i...