Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Form Validation Toggling #761

Closed
wants to merge 3 commits into from
Closed

Form Validation Toggling #761

wants to merge 3 commits into from

Conversation

matsko
Copy link
Contributor

@matsko matsko commented Mar 19, 2014

No description provided.

@matsko matsko added cla: yes and removed cla: no labels Mar 19, 2014
if(_toBeValidated) return;
_toBeValidated = true;
_scope.rootScope.runAsync(() {
if(_toBeValidated) {
Copy link
Contributor

Choose a reason for hiding this comment

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

should be "if (" here and above. Could you make this a one liner as above for consistency ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

fixed.

@matsko matsko closed this in dd2e553 Mar 19, 2014
@matsko matsko deleted the forms_validations branch March 24, 2014 16:29
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

Successfully merging this pull request may close these issues.

2 participants