gammapy / gamma-sky

Portal to the gamma-ray sky
http://gamma-sky.net/
MIT License
6 stars 3 forks source link

Error loading data on source detail page from Angular Material searchbar #83

Closed vorugantia closed 6 years ago

vorugantia commented 6 years ago

I've noticed this bug that sometimes appears when searching for and routing to a source (and it happens every time on my phone):

cat_error

I believe it has something to do with the code trying to fill in the HTML template with source data before the Http get request comes in. It may have to do specifically with the *ngIf method call in the HTML templates.

vorugantia commented 6 years ago

I'm trying various things to fix this in 9e00c908494d1c0970e4bf0122d6a5b270cecbf3.

vorugantia commented 6 years ago

Appears to be fixed by 9e00c90. Closing...