Skip to content

Instantly share code, notes, and snippets.

@tobie
Created July 18, 2014 21:22
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 tobie/83674a1b83e1d4d3da21 to your computer and use it in GitHub Desktop.
Save tobie/83674a1b83e1d4d3da21 to your computer and use it in GitHub Desktop.
store.match('/api.json').then(function(response) {
return response || store.prime('/api.json');
}).then(asJSON).then(updatePage).catch(displayError);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment