Skip to content

Instantly share code, notes, and snippets.

@ctataryn
Last active August 29, 2015 14:13
Show Gist options
  • Save ctataryn/7aee65f354a80756edab to your computer and use it in GitHub Desktop.
Save ctataryn/7aee65f354a80756edab to your computer and use it in GitHub Desktop.
var route = container.lookup('route:application');
route.render('confirmation-modal', {
into: 'application',
outlet: 'modal',
model: {message: 'OHAI!'}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment