Skip to content

Instantly share code, notes, and snippets.

@codefriar
Created January 31, 2017 19:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codefriar/cb95d7e2eb2c1e0d131bc2ce8a468bb0 to your computer and use it in GitHub Desktop.
Save codefriar/cb95d7e2eb2c1e0d131bc2ce8a468bb0 to your computer and use it in GitHub Desktop.
Login() // this method must return a promise!
.then(
// the promise login() returns the oAuth token and dependency injects it into the resolve method of our fetchData() class
new fetchData()
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment