You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AngularJS
I am trying to get an api cross browser using jsonp. This was working fine, now all of a sudden I get this error SyntaxError: missing ; before statement
It gets the request using firefox in the network dev tools as 200 but it's returning it to the console log to show this SyntaxError: missing ; before statement
On Friday, December 11, 2015 at 6:26:50 PM UTC+5:30, Steven Ottz wrote:
Sander Elias
unread,
Feb 22, 2017, 10:04:47 AM2/22/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Angular and AngularJS discussion
@Steven, @Hetal,
I'm not sure wich version on AngualrJS you are using, but the .success and the .error methods of $http are deprecated for a long time already. When you switch over to .then, doe the error go away?