Skip to content
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

Merged
merged 4 commits into from
Jun 9, 2016

Conversation

lvarayut
Copy link
Collaborator

@lvarayut lvarayut commented Jun 9, 2016

This PR fixes the validation-group problem, the validation-group didn't properly set validity of other elements in a group.

Closes #210

@lvarayut
Copy link
Collaborator Author

lvarayut commented Jun 9, 2016

@huei90, will merge after your confirmation.

@coveralls
Copy link

coveralls commented Jun 9, 2016

Coverage Status

Coverage increased (+0.5%) to 93.691% when pulling bb4a763 on lvarayut:validation-group into 920e964 on huei90:master.

* @param groupName
* @param validity
*/
function setValiationGroup(scope, validationGroup, validity) {
Copy link
Owner

@hueitan hueitan Jun 9, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo: setValidationGroup

Copy link
Collaborator Author

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

@hueitan
Copy link
Owner

hueitan commented Jun 9, 2016

This PR contains many changes but I believe on you 😄 Feel free to merge it.

@hueitan
Copy link
Owner

hueitan commented Jun 9, 2016

@Nazanin1369

@hueitan
Copy link
Owner

hueitan commented Jun 9, 2016

btw, great job 🍻

@lvarayut
Copy link
Collaborator Author

lvarayut commented Jun 9, 2016

I wrote more tests on it. So, it should be reliable enough. 😄

@coveralls
Copy link

coveralls commented Jun 9, 2016

Coverage Status

Coverage increased (+0.5%) to 93.691% when pulling 7ca756a on lvarayut:validation-group into 920e964 on huei90:master.

@coveralls
Copy link

coveralls commented Jun 9, 2016

Coverage Status

Coverage increased (+0.5%) to 93.691% when pulling 7ca756a on lvarayut:validation-group into 920e964 on huei90:master.

@lvarayut lvarayut merged commit 01d93ea into hueitan:master Jun 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Validation Group and form checkValid
3 participants