Answer the question
In order to leave comments, you need to log in
Using mdHint and mdError directives?
What is the correct way to use the MdHint and MdErrorDirective directives?
MdErrorDirective
Single error message to be shown underneath the input.
Selector: md-error
MdHint
Hint text to be shown underneath the input.
Selector: md-hint
write an example using these directives.
Answer the question
In order to leave comments, you need to log in
Mb right?
<md-input-container class="example-full-width">
<input mdInput placeholder="Company (disabled)" disabled value="Google">
<md-hint>Hint!</md-hint>
</md-input-container>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question