You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is, if we use ng-style to set dynamic widths and heights, the spinner never shows due to a late interpolation issue, or some async shit happening behind the scenes that I am unaware of. However, if I use style inline as in hard-coded like style="width:800px; height:800px;" then the spinner shows. What do I do? Also, the image loaded "event" never fires, so there are definately some issues. Any solutions?
The text was updated successfully, but these errors were encountered:
The problem is, if we use ng-style to set dynamic widths and heights, the spinner never shows due to a late interpolation issue, or some async shit happening behind the scenes that I am unaware of. However, if I use style inline as in hard-coded like
style="width:800px; height:800px;"
then the spinner shows. What do I do? Also, the image loaded "event" never fires, so there are definately some issues. Any solutions?The text was updated successfully, but these errors were encountered: