Hi! I have a Service who Query my users in the database. I have check it over and over again and compared it with another service I've done in another app (just changed the database-"name") but I cant still make it work.
I've made a JS-alert for every part of the service ("before send", "success", "error" and "complete") to see where it stops and the only alert I've getting is the "before send" alert so it stops there obviously. Im thinking that there have to be something in there that i've made it wrong.
What I did there is this:
In the JS i have this code:
code
return '{"goingOut":"'+value+'"}';
/code
What have I missed?