Skip to content

Commit

Permalink
demo
Browse files Browse the repository at this point in the history
  • Loading branch information
betocantu93 committed Feb 22, 2023
1 parent 6e684b5 commit 76fe868
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions apps/test-app/app/routes/application/template.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,13 @@
</Generator.Repeat>
<Generator.End as |End|>
<End.Select @view={{component this.Select label="End"}} />
<End.After @view={{this.NumberInput}} />
<End.OnDate @view={{this.DatePicker}} />

{{#if End.isOnDateActive}}
<End.OnDate @view={{this.DatePicker}} />
{{else if End.isAfterActive}}
<End.After @view={{this.NumberInput}} />
{{/if}}

</Generator.End>
</this.RRuleGenerator>
{{outlet}}

0 comments on commit 76fe868

Please sign in to comment.