This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(NgMessages): introduce the NgMessages module and directives
The ngMessages module provides directives designed to better support handling and reusing error messages within forms without the need to rely on complex structural directives. Please note that the API for ngMessages is experimental and may possibly change with future releases.
- Loading branch information
Showing
5 changed files
with
879 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
0f4016c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@matsko is it possible to use a ngMessages "master" and show all messages for form and it's nested forms errors?
this is basically what I'm trying to achieve: http://stackoverflow.com/questions/23922015/how-to-access-error-from-nested-forms