angular-materialize
angular-materialize copied to clipboard
set data-error programmatically for input fields
how can I do this?
can we label this as a feature-request? It looks like we will have to create a directive for the data-error
and data-success
. I am thinking something that makes use of ng-messages
since in the real world, there is usually more than one error message per input.