Open machty opened 1 year ago
When I added ember-nav-stack to our apps, I needed a way to cleaning up a route when it is blurred (i.e. when pushing a new route atop the current one) so that when you pop the new route, the old route is back to an initialized state.
ember-nav-stack
When I added
ember-nav-stack
to our apps, I needed a way to cleaning up a route when it is blurred (i.e. when pushing a new route atop the current one) so that when you pop the new route, the old route is back to an initialized state.