Urigo / angular-spinkit

SpinKit (http://tobiasahlin.com/spinkit/) spinners for AngularJS
MIT License
189 stars 36 forks source link

ng-style doesn't work due to late angular interpolation #26

Open aligajani opened 8 years ago

aligajani commented 8 years ago

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?