Is there a way to add a dynamic CSS class onto an initial static one using the {{bind-attr}}
method?
The problem I am facing is that when there is a static initial class, the dynamic class does not get added when the page loads. However, once I change the variable during the application run, the class binding works as expected.
You can check out an example of this situation in action on this JSFiddle here.