Skip to content

Instantly share code, notes, and snippets.

@tmpaul06
Last active July 3, 2017 07:53
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 tmpaul06/93c4a63dcc7c7e8de702087b997ec307 to your computer and use it in GitHub Desktop.
Save tmpaul06/93c4a63dcc7c7e8de702087b997ec307 to your computer and use it in GitHub Desktop.
Remote data promise
// The first call returns promise1
remoteDataCall().then(function (result) {});
// Second call returns another promise2 !== promise1
remoteDataCall().then(function (result) {});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment