This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Allow global configuration of the default value for ngMessages' multiple #11797
Open
Description
In a large application with hundereds of form fields it's rather tedious to always remember to add ng-messages-multiple
to get a consistent expierence for users.
It would be great if a default could be set globally. This might entail changing ng-messages-multiple
to accept an expression (or a string) to allow disabling it when the default is to show multiple messages.