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 7619d09 commit bb2d189Copy full SHA for bb2d189
README.md
@@ -71,7 +71,7 @@ var MyCtrl = [ '$scope', '$upload', function($scope, $upload) {
71
/* alternative way of uploading, send the file binary with the file's content-type.
72
Could be used to upload files to CouchDB, imgur, etc... html5 FileReader is needed.
73
It could also be used to monitor the progress of a normal http post/put request with large data*/
74
- // $scope.upload = $upload.http({...})
+ // $scope.upload = $upload.http({...}) see 88#issuecomment-31366487 for sample code.
75
};
76
}];
77
```
0 commit comments