Skip to content

Instantly share code, notes, and snippets.

@mr47
Created July 31, 2015 09:38
Show Gist options
  • Select an option

  • Save mr47/102acec1c5044e859a0c to your computer and use it in GitHub Desktop.

Select an option

Save mr47/102acec1c5044e859a0c to your computer and use it in GitHub Desktop.
backbone router detect full page loading
this.listenToOnce(Backbone.history, 'route', function() {
this.listenTo(Backbone.history, 'route', function() {
// stuff that needs to happen on all routes apart from the inital page load one
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment