Skip to content

Commit bb2d189

Browse files
committed
Update README.md
1 parent 7619d09 commit bb2d189

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
@@ -71,7 +71,7 @@ var MyCtrl = [ '$scope', '$upload', function($scope, $upload) {
7171
/* alternative way of uploading, send the file binary with the file's content-type.
7272
Could be used to upload files to CouchDB, imgur, etc... html5 FileReader is needed.
7373
It could also be used to monitor the progress of a normal http post/put request with large data*/
74-
// $scope.upload = $upload.http({...})
74+
// $scope.upload = $upload.http({...}) see 88#issuecomment-31366487 for sample code.
7575
};
7676
}];
7777
```

0 commit comments

Comments
 (0)