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?
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?