Skip to content

Instantly share code, notes, and snippets.

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