Skip to content

Instantly share code, notes, and snippets.

@goofmint
Created August 12, 2016 04:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goofmint/87537f7732f0c4ec7aeceecd4a7963c9 to your computer and use it in GitHub Desktop.
Save goofmint/87537f7732f0c4ec7aeceecd4a7963c9 to your computer and use it in GitHub Desktop.
1.md
this.formController.addRule({
birthday: {
customFunc: function(value) {
// 処理を書く
}
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment