angular-schema-form-material
angular-schema-form-material copied to clipboard
Form Action Button "onClick" not responding to method in component.
On angularJS this onClick event will work.
{
"type": "button",
"style": "btn-danger",
"title": "No",
"onClick": "sayNo()"
}
But not with angular-schema-form-material.