This website works better with JavaScript
Главная
Обзор
Помощь
Вход
thisnthat
/
wizard-plugin
Следить
1
В избранное
0
Ответвить
0
Файлы
Задачи
0
Вики
Дерево:
b78c2f0c0f
Ветки
Метки
base
master
wizard-plugin
/
assets
/
javascripts
/
wizard
/
routes
/
custom-steps.js.es6
custom-steps.js.es6
98 B
История
Исходник
1
2
3
4
5
export default Ember.Route.extend({
redirect() {
this.transitionTo('custom.index');
}
});