Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit b7aede2

Browse files
committed
Update README.md
Just some markdown misses
1 parent 6f05f4c commit b7aede2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ and the value is the title of the option.
243243
244244
*button* can have a ```onClick``` attribute that either, as in JSON Form, is a function *or* a
245245
string with an angular expression, as with ng-click.
246+
```javascript
246247
[
247248
{ type: 'button', title: 'Ok', onClick: function(){ ... } }
248249
{ type: 'button', title: 'Cancel', onClick: "cancel()" }

0 commit comments

Comments
 (0)