Uncaught SyntaxError: Unexpected token :
I'm trying to consume output from a simple service, I'm specifying jsonp.
When I call the live service from the app in test mode, the above error occurs in chrome developer tools console.
When I test the service in the IDE I get good data back.
When I use the returned data as an echo response, the app functions correctly.
The data passes jsonlint when pasted into it.
What can I do to track the problem down?