mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
choice step jump in nav
This commit is contained in:
parent
5edeb34ceb
commit
73dc9d69f3
@ -19,5 +19,7 @@
|
||||
</div>
|
||||
<app-nav-steps
|
||||
[next_step_number]="pollService.step_current + 1"
|
||||
[previous_step_number]="pollService.step_current - 1"
|
||||
[previous_step_number]="
|
||||
pollService.form.value.isAboutDate ? pollService.step_current - 1 : pollService.step_current - 2
|
||||
"
|
||||
></app-nav-steps>
|
||||
|
@ -43,6 +43,8 @@
|
||||
</div>
|
||||
<app-nav-steps
|
||||
[actionBeforeNextStep]="convertDateInputs"
|
||||
[next_step_number]="pollService.step_current + 1"
|
||||
[next_step_number]="
|
||||
pollService.form.value.isAboutDate ? pollService.step_current + 1 : pollService.step_current + 2
|
||||
"
|
||||
[previous_step_number]="pollService.step_current - 1"
|
||||
></app-nav-steps>
|
||||
|
Loading…
Reference in New Issue
Block a user