Skip to content

Instantly share code, notes, and snippets.

@seven-cd
Created June 5, 2017 12:01
Show Gist options
  • Save seven-cd/4533ccae3868c841f22769045489a848 to your computer and use it in GitHub Desktop.
Save seven-cd/4533ccae3868c841f22769045489a848 to your computer and use it in GitHub Desktop.
this.validate = function() {
return service.getStatus().then(function(response) {
return response.data;
}).catch(function(response) {
return response.message;
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment