This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
thisnthat
/
wizard-plugin
Segui
1
Vota
0
Forka
0
File
Problemi
0
Wiki
Albero (Tree):
b78c2f0c0f
Rami (Branch)
Tag
base
master
wizard-plugin
/
assets
/
javascripts
/
wizard
/
routes
/
custom-steps.js.es6
custom-steps.js.es6
98 B
Cronologia
Originale
1
2
3
4
5
export default Ember.Route.extend({
redirect() {
this.transitionTo('custom.index');
}
});