13 |
{{(type === "component") ? "Switch to directive" : "Switch to component"}}
14 |
15 |
Toggle disabled state
16 |
17 |
{{(config.maxFiles !== 1) ? "Upload single file" : "Upload multiple files"}}
18 |
19 |
{{config.autoReset ? "Turn off auto reset" : "Turn on auto reset"}}
20 |
21 |
{{config.clickable ? "Turn off click action" : "Turn on click action"}}
22 |
23 |
Reset upload area
24 |