From a5601960886592b847b8a34d0da21600e6b641c7 Mon Sep 17 00:00:00 2001 From: Mohd Faisal Ansari Date: Sun, 10 Feb 2019 21:10:53 +0530 Subject: [PATCH] root Readme updated --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 799791c..eb56cd6 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ npm i angular-file-uploader | hideProgressBar:boolean | Set it as " true " to hide the Progress bar. | false | | hideResetBtn:boolean | Set it as " true " to hide the 'Reset' Button. | false | | hideSelectBtn:boolean | Set it as " true " to hide the 'Select File' Button. | false | -| 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| --- ##### A Better Way to reset the module