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 was archived by the owner on Apr 12, 2024. It is now read-only.
The ngMessages directive gets into an invalid state and throws an exception when there are duplicate ngMessage child keys specified. For example:
<divng-messages="form.id.$error"><divng-message="required">
User ID is required.
</div><divng-message="required">
User ID is required.
</div></div>
The issue seems to be a bug in the re-ordering logic in registerMessage which is attempting to preserve the ordering from an included template, but in this scenario inserts null into messages.