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

Commit 5d4c225

Browse files
committed
corrections to readme
1 parent 63f1759 commit 5d4c225

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,13 @@ Example data as it would be set in the controller
8383
Forms can be customized with the options below.
8484

8585
#### uniqueFormId (string, required)
86-
This is used to identify the form.
86+
>`uniqueFormId` is used to identify the form.
8787
8888
#### hideSubmit (boolean, optional)
89-
Hides the submit button. Defaults to false.
89+
>`hideSubmit` hides the submit button when set to `true`. Defaults to false.
9090
91-
#### submitCopy (boolean, optional)
92-
Customize the submit button copy. Defaults to 'Submit'.
91+
#### submitCopy (string, optional)
92+
>`submitCopy` customizes the submit button copy. Defaults to 'Submit'.
9393
9494
### Creating Form Fields
9595
When constructing fields use the options below to customize each field object. You must set at least a `type` or `templateUrl`.

0 commit comments

Comments
 (0)