Skip to content

Commit

Permalink
Append files by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
blueimp committed Aug 21, 2013
1 parent 217b8a3 commit 6ef84e0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions js/jquery.fileupload-angular.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* jQuery File Upload AngularJS Plugin 1.4.2
* jQuery File Upload AngularJS Plugin 1.4.3
* https://github.com/blueimp/jQuery-File-Upload
*
* Copyright 2013, Sebastian Tschan
Expand Down Expand Up @@ -139,7 +139,6 @@
return this.scope().queue.length;
},
dataType: 'json',
prependFiles: true,
autoUpload: false
};
this.$get = [
Expand Down

0 comments on commit 6ef84e0

Please sign in to comment.