Skip to content

Instantly share code, notes, and snippets.

@deepal
Last active October 14, 2019 21:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save deepal/c76adac961a9246da806109eb8822c5d to your computer and use it in GitHub Desktop.
Save deepal/c76adac961a9246da806109eb8822c5d to your computer and use it in GitHub Desktop.
model.$parsers.unshift(function (viewValue) {
setValidity(validateName(viewValue));
return viewValue;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment