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 cd07213 commit 7619d09Copy full SHA for 7619d09
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.upload({...})
+ // $scope.upload = $upload.http({...})
75
};
76
}];
77
```
0 commit comments