mirror of
https://github.com/status-im/consul.git
synced 2025-02-21 01:48:20 +00:00
Moves all Route/model hook loading to use Outlet components which listen on route change.
8 lines
151 B
JavaScript
8 lines
151 B
JavaScript
import Route from 'consul-ui/routing/route';
|
|
|
|
export default Route.extend({
|
|
beforeModel: function() {
|
|
this.transitionTo('dc.services');
|
|
},
|
|
});
|