Skip to content

Instantly share code, notes, and snippets.

@quirkey
Created September 12, 2010 02:41
Show Gist options
  • Save quirkey/575784 to your computer and use it in GitHub Desktop.
Save quirkey/575784 to your computer and use it in GitHub Desktop.
this.get('#/', function(ctx) {
this.load($('#action-index'))
.replace('#main')
.async(Action.all)
.then(function(content) {
ctx.log('should wait', content);
})
.then(hideLoading);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment