We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c743c26 commit a560196Copy full SHA for a560196
README.md
@@ -93,7 +93,7 @@ npm i angular-file-uploader
93
| hideProgressBar:boolean | Set it as " true " to hide the Progress bar. | false |
94
| hideResetBtn:boolean | Set it as " true " to hide the 'Reset' Button. | false |
95
| hideSelectBtn:boolean | Set it as " true " to hide the 'Select File' Button. | false |
96
-| replaceTexts:object | Replace default texts with your own custom texts. | { selectFileBtn: 'Select File(s), resetBtn: 'Reset', uploadBtn: 'Upload', dragNDropBox: 'Drag N Drop', attachPinBtn: 'Attach File(s)...', afterUploadMsg_success: 'Successfully Uploaded !', afterUploadMsg_error: 'Upload Failed !'}|
+| replaceTexts:object | Replace default texts with your own custom texts. | refer to example-2|
97
98
---
99
##### A Better Way to reset the module
0 commit comments