Skip to content

Instantly share code, notes, and snippets.

@aherve
Created December 13, 2016 12:44
Show Gist options
  • Save aherve/97a5ce607f60942c4bf3c509198230a2 to your computer and use it in GitHub Desktop.
Save aherve/97a5ce607f60942c4bf3c509198230a2 to your computer and use it in GitHub Desktop.
asyncGreet () {
this.someThingAsync()
.then(() => {
this.greet()
})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment