Kattixie / portfolio

A minimal AngularJS portfolio for project-oriented folks.
1 stars 0 forks source link

Thumbnails get stuck at wrong size after resizing window. #17

Closed Kattixie closed 8 years ago

Kattixie commented 8 years ago

To replicate:

  1. Resize window to get "large" thumbnail font styles to appear.
  2. Refresh so this size is the first size.
  3. Resize the window and see what trouble it causes.
Kattixie commented 8 years ago

This was resolved by using ngClass instead of inserting the class variable with the class attribute. Doing so requires a manual digest somewhere in the code.