-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix validation-group not working properly #215
Conversation
- The validation-group didn't properly set validity of other elements in the group
@huei90, will merge after your confirmation. |
* @param groupName | ||
* @param validity | ||
*/ | ||
function setValiationGroup(scope, validationGroup, validity) { |
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.
typo: setValidationGroup
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.
That's kind of embarrassing...., fixing
This PR contains many changes but I believe on you 😄 Feel free to merge it. |
btw, great job 🍻 |
I wrote more tests on it. So, it should be reliable enough. 😄 |
99163c8
to
7ca756a
Compare
This PR fixes the validation-group problem, the validation-group didn't properly set validity of other elements in a group.
Closes #210