You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@ npm i angular-file-uploader
80
80
| maxSize : number | Maximum size limit for files in MB. | 20 MB |
81
81
| uploadAPI.url : string | Complete api url to which you want to upload. | undefined |
82
82
| uploadAPI.headers : {} | Provide headers you need here. | {} |
83
-
| theme : string | Specify the theme name you want to apply. Available Themes: 'dragNDrop','attachPin' | If no theme or wrong theme is specified, default theme will be used instead.|
83
+
| theme : string | Specify the theme name you want to apply. Available Themes: 'dragNDrop ', ' attachPin' | If no theme or wrong theme is specified, default theme will be used instead.|
84
84
| hideProgressBar:boolean| Set it as " true " to hide the Progress bar. | false |
85
85
| hideResetBtn:boolean| Set it as " true " to hide the 'Reset' Button. | false |
86
86
| hideSelectBtn:boolean| Set it as " true " to hide the 'Select File' Button. | false |
0 commit comments