SyntaxFix
Write A Post
Hire A Developer
Questions
Replace get with jsonp:
get
jsonp
$http.jsonp('http://mywebservice').success(function ( data ) { alert(data); }); }