Skip to content

Commit 57e66c3

Browse files
committed
Update README.md
1 parent 3ed7229 commit 57e66c3

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
@@ -51,7 +51,7 @@ var MyCtrl = [ '$scope', '$upload', function($scope, $upload) {
5151
$scope.upload = $upload.upload({
5252
url: 'server/upload/url', //upload.php script, node.js route, or servlet url
5353
// method: POST or PUT,
54-
// headers: {'headerKey': 'headerValue'}, //Only for HTML5
54+
// headers: {'headerKey': 'headerValue'},
5555
// withCredential: true,
5656
data: {myObj: $scope.myModelObj},
5757
file: file,

0 commit comments

Comments
 (0)