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