Skip to content

Instantly share code, notes, and snippets.

@NetguruGist
Last active November 8, 2016 15:25
Show Gist options
  • Save NetguruGist/ab567c2be928639432e6 to your computer and use it in GitHub Desktop.
Save NetguruGist/ab567c2be928639432e6 to your computer and use it in GitHub Desktop.
model() {
let userPromise = this.store.findAll(‘user’);
userPromise.catch((error) => {
// transition to another route and show some error notification saying your team is doing their best to fix the problem
});
return userPromise;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment