You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: