Skip to content

Commit ffcb112

Browse files
committed
Update README.md
1 parent 43f6220 commit ffcb112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ var MyCtrl = [ '$scope', '$upload', function($scope, $upload) {
5959
/* set file formData name for 'Content-Desposition' header. Default: 'file' */
6060
//fileFormDataName: myFile, //OR for HTML5 multiple upload only a list: ['name1', 'name2', ...]
6161
/* customize how data is added to formData. See #40#issuecomment-28612000 for example */
62-
//formDataAppender: function(formData, key, val){}
62+
//formDataAppender: function(formData, key, val){} //#40#issuecomment-28612000
6363
}).progress(function(evt) {
6464
console.log('percent: ' + parseInt(100.0 * evt.loaded / evt.total));
6565
}).success(function(data, status, headers, config) {

0 commit comments

Comments
 (0)