I have an observation with angular validations on wysiwyg. I'm showing a message, when the editor is being emptied at any point of time with the condition
(<form_name>.<editor_name>.$dirty && <form_name>.<editor_name>.$invalid)
In this case $invalid is working fine but $dirty.
Please suggest how could it be handled.
Hi Terry Morell,
I have an observation with angular validations on wysiwyg. I'm showing a message, when the editor is being emptied at any point of time with the condition
(<form_name>.<editor_name>.$dirty && <form_name>.<editor_name>.$invalid)
In this case$invalid
is working fine but$dirty
. Please suggest how could it be handled.Thanks.