ember.js v1.0.0-rc.1 — Using a modal outlet, how do I route out of the modal on close?
问题 I'm attempting to render all my modals through application routing, but I'm having trouble figuring out the proper way to return to a previous state after I dismiss the modal. Here's the basic setup: I have an outlet in my application template which I'm using to display modal dialogs. It looks something like: {{ outlet modal }} In my route mappings, I've defined hooks for the individual modal. For instance, my help dialog pops up with: App.HelpRoute = Ember.Route.extend({ renderTemplate: