Compare, begin components
This commit is contained in:
parent
2beabf817c
commit
268ab18cf6
8 changed files with 122 additions and 92 deletions
|
@ -1,6 +1,8 @@
|
|||
import Ember from 'ember';
|
||||
|
||||
export default Ember.Route.extend({
|
||||
const { Route } = Ember;
|
||||
|
||||
export default Route.extend({
|
||||
beforeModel: function(transition) {
|
||||
this._super(transition);
|
||||
this.transitionTo('protected.compare');
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Welcome
|
Reference in a new issue