Skip to content

Instantly share code, notes, and snippets.

@cristoferdomingues
Last active January 19, 2017 18:17
Show Gist options
  • Save cristoferdomingues/2968dff442fa1135451e073392f8f729 to your computer and use it in GitHub Desktop.
Save cristoferdomingues/2968dff442fa1135451e073392f8f729 to your computer and use it in GitHub Desktop.
Schemaform Custom Template
{
"type": "object",
"title": "Comment",
"properties": {
"name": {
"type": "object",
"x-schema-form":{
"type": "template",
"template": "<h1 ng-click=\"form.foo(form.name)\">Yo {{form.name}}!</h1>",
"name": "Ninja",
"foo":function(name){
alert("fuck you " + name!);
}
}
}
},
"required": [
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment