This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
thisnthat
/
wizard-plugin
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Wiki
Tree:
b78c2f0c0f
Branches
Tags
base
master
wizard-plugin
/
assets
/
javascripts
/
wizard
/
routes
/
custom-steps.js.es6
custom-steps.js.es6
98 B
Histórico
Raw
1
2
3
4
5
export default Ember.Route.extend({
redirect() {
this.transitionTo('custom.index');
}
});