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
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
We'd like to set a class on an element by default, and then have it removed by Angular on bootstrap (assuming the expression for that particular class evaluates to false).
Our workaround for now is to just reverse the behavior so that you need to add a class to get the desired effect. Angular updates class correctly when the initial value is true.