SyntaxFix
Write A Post
Hire A Developer
Questions
I just checked the status of the response object:
$promise.then( function successCallback(response) { console.log(response); if (response.status === 200) { ... } });