I am in the process of gathering an array of error objects specific to front-end errors triggered by ngMessages detecting an invalid input field change.
Previously, I have experience working with the event-driven formvalidation.io library. Is there a corresponding event or function in ngMessages that can be utilized for listening and adjusting?
I presume there must be a designated function that identifies an invalid field and triggers a specific action. This is what I am searching for.
If such a function exists, how would one go about accessing the field currently undergoing validation?
Appreciate your insights! Thank you!