Skip to content

Instantly share code, notes, and snippets.

@goofmint
Last active July 18, 2016 09:01
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/3bd2b1369c6283d0cff3f24a10ddddd6 to your computer and use it in GitHub Desktop.
Save goofmint/3bd2b1369c6283d0cff3f24a10ddddd6 to your computer and use it in GitHub Desktop.
4.md
this._formController.setSetting({
output: {
style: {
errorClassName: 'has-error',
replaceElement: function(element) {
return $(element).closest('.form-group');
}
},
composition: {
container: this.$find('.msg'),
wrapper: 'div'
},
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment