File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments