You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also allow specifying a base class for the route instance.
It would be nice to have this flexibility via Ember's router DSL, but I don't think that is possible today. Instead, we could have our own code that consumes the same function passed to Router.map. It might look like this:
Also allow specifying a base class for the route instance.
It would be nice to have this flexibility via Ember's router DSL, but I don't think that is possible today. Instead, we could have our own code that consumes the same function passed to
Router.map
. It might look like this:The text was updated successfully, but these errors were encountered: