This website works better with JavaScript
Sākums
Izpētīt
Palīdzība
Pierakstīties
thisnthat
/
wizard-plugin
Vērot
1
Pievienot zvaigznīti
0
Atdalīts
0
Faili
Problēmas
0
Vikivietne
Koks:
b78c2f0c0f
Atzari
Tagi
base
master
wizard-plugin
/
assets
/
javascripts
/
wizard
/
routes
/
custom-steps.js.es6
custom-steps.js.es6
98 B
Vēsture
Neapstrādāts
1
2
3
4
5
export default Ember.Route.extend({
redirect() {
this.transitionTo('custom.index');
}
});