Skip to content

Commit 7a83704

Browse files
author
Tuomo Jokimies
committed
Update README
1 parent 06ec373 commit 7a83704

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,14 @@ Angular.JS wrapper for Google's No CAPTCHA reCAPTCHA. See demo at [http://codedi
4848
4949
## no-captcha element parameters
5050
51-
| Param | Type | Details |
52-
|----------------------|------------------------|--------------------------------------------------------------------|
53-
| g-recaptcha-response | Expression | Bind reCAPTCHA response token |
54-
| theme | String {light \| dark} | Optional. The color theme of the widget. Can be set also in config |
55-
| site-key | String | Optional. Your site key. Can be set also in config |
56-
| control | Expression | Optional. Object where reset-function will be injected |
57-
| expired-callback | Expression | Optional. Callback for expired event |
51+
| Param | Type | Details |
52+
|----------------------|----------------------------|--------------------------------------------------------------------|
53+
| g-recaptcha-response | Expression | Bind reCAPTCHA response token |
54+
| theme | String {light \| dark} | Optional. The color theme of the widget. Can be set also in config |
55+
| size | String {normal \| compact} | Optional. The size of the widget. Can be set also in config |
56+
| site-key | String | Optional. Your site key. Can be set also in config |
57+
| control | Expression | Optional. Object where reset-function will be injected |
58+
| expired-callback | Expression | Optional. Callback for expired event |
5859
5960
## Example
6061

0 commit comments

Comments
 (0)