Ember.js child route conflicts with main application outlet
问题 I’m trying to set up my template so it displays approved , disapproved and all photos, based off a boolean in my model. These routes all use the same main outlet in the application.hbs file (referenced below). These routes are working all fine, except when I go from photos → approved/disapproved → photos . In other words, when returning back to photos from either approved or disapproved , the outlet is blank (with no console errors). Refreshing the page brings it back again. Here’s how my