the-orange-alliance / toa-angular-old

🤖 A webapp for accessing data about the FIRST Tech Challenge
https://theorangealliance.org
MIT License
45 stars 31 forks source link

Week Shown, but no events displayed. #139

Closed joshua9889 closed 6 years ago

joshua9889 commented 6 years ago

See below (taken from https://theorangealliance.org/events): image

ofekashery commented 6 years ago

This is a bug in the ngIf in events.component.html line 100. I think this should be *ngIf="event.division_name".

Techno11 commented 6 years ago

Yeah, appears to be intentionally hidden, most likely due to the fact that the events contain no information.

ofekashery commented 6 years ago

Fixed in the new version