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 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?