This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
thisnthat
/
wizard-plugin
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Wiki
Drzewo:
b78c2f0c0f
Gałęzie
Tagi
base
master
wizard-plugin
/
assets
/
javascripts
/
wizard
/
routes
/
custom-steps.js.es6
custom-steps.js.es6
98 B
Historia
Czysty
1
2
3
4
5
export default Ember.Route.extend({
redirect() {
this.transitionTo('custom.index');
}
});