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 Sep 5, 2024. It is now read-only.
I want to be able to use md-warn,md-accent in the new md-input-container to reflect validity.
I would expect to be able to set ng-class="{'md-warn':!frm.input.$valid}" type of thing but this is not having any effect. If I apply a md-warn directly to any element within the md-input-container it doesn't seem to do anything?