giantmonkey / gomus-components-doc

https://giantmonkey.github.io/gomus-components-doc/
1 stars 0 forks source link

Button for ticket selection in TicketsComponent not showing anymore #13

Open Markus-MfN opened 5 years ago

Markus-MfN commented 5 years ago

If I select a date, the button for opening the area to select a ticket does not show anymore. It used to work, didn't change a thing. Did you change anything?

Here is my code:

`

{{date?.text}}
  <go-tickets-time>
    <ng-template let-item="item">
    <button [go-tickets-time-item]="item">Tickets für diesen Tag auswählen</button>
    </ng-template>
  </go-tickets-time>
  <go-tickets-type></go-tickets-type>
</go-tickets>`
Markus-MfN commented 5 years ago

It works now, except for the current day.