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
{{ message }}
This repository has been archived by the owner on Nov 24, 2018. It is now read-only.
The valdrMessage directive does not add messages when a custom AnglarJS validation directive is added. This happens only when this custom validation is the only validator on a field - see this plnkr for details: http://plnkr.co/edit/Og3u8FhE7HTt2EFCj03R?p=preview
The reason is the $watch not being triggered in the valdrMessage directive. I have created a pull request containing a fix: #89
The plnkr also contains the fixed version of valdr-messages.js, which can be activated in the index.html, to see how it works.
The text was updated successfully, but these errors were encountered:
The valdrMessage directive does not add messages when a custom AnglarJS validation directive is added. This happens only when this custom validation is the only validator on a field - see this plnkr for details: http://plnkr.co/edit/Og3u8FhE7HTt2EFCj03R?p=preview
The reason is the $watch not being triggered in the valdrMessage directive. I have created a pull request containing a fix: #89
The plnkr also contains the fixed version of valdr-messages.js, which can be activated in the index.html, to see how it works.
The text was updated successfully, but these errors were encountered: