We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f05f4c commit b7aede2Copy full SHA for b7aede2
README.md
@@ -243,6 +243,7 @@ and the value is the title of the option.
243
244
*button* can have a ```onClick``` attribute that either, as in JSON Form, is a function *or* a
245
string with an angular expression, as with ng-click.
246
+```javascript
247
[
248
{ type: 'button', title: 'Ok', onClick: function(){ ... } }
249
{ type: 'button', title: 'Cancel', onClick: "cancel()" }
0 commit comments