Skip to content

Instantly share code, notes, and snippets.

@ianpetzer
Last active December 20, 2015 04:19
Show Gist options
  • Save ianpetzer/6070333 to your computer and use it in GitHub Desktop.
Save ianpetzer/6070333 to your computer and use it in GitHub Desktop.
functionThatReturnsPromise.then(function() {
console.log('about to do some logic');
this.get('controllers.application.currentUser').reload();
console.log('Why won\'t my code get to this point????');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment