File tree 5 files changed +547
-6
lines changed
5 files changed +547
-6
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ module.exports = function (grunt) {
30
30
concat : {
31
31
dist : {
32
32
src : [
33
+ 'js/vendor/jquery.ui.widget.js' ,
33
34
'js/jquery.iframe-transport.js' ,
34
35
'js/jquery.fileupload.js' ,
35
36
'js/jquery.fileupload-process.js' ,
Original file line number Diff line number Diff line change 1
- # jQuery File Upload Plugin
1
+ # jQuery File Upload Plugin - AngularJS Fork
2
+
3
+ This is a fork of [ Blueimp File Upload] ( https://github.com/blueimp/jQuery-File-Upload ) with improved angular integration.
4
+ Additionally all js files are bundled into dist/.
5
+
6
+ The whole plugin has been bundled into a angular directive which can be changed via html attributes.
7
+
8
+ ## Usage
9
+
10
+ ```
11
+ <ng-upload-form url="//jquery-file-upload.appspot.com/" auto-upload="true" size-limit="500000"></ng-upload-form>
12
+ ```
2
13
3
14
## Demo
4
15
[ Demo File Upload] ( http://blueimp.github.io/jQuery-File-Upload/ )
Original file line number Diff line number Diff line change @@ -111,8 +111,6 @@ <h3 class="title"></h3>
111
111
</ div >
112
112
< script src ="bower_components/jquery/dist/jquery.js "> </ script >
113
113
< script src ="bower_components/angular/angular.js "> </ script >
114
- <!-- The jQuery UI widget factory, can be omitted if jQuery UI is already included -->
115
- < script src ="js/vendor/jquery.ui.widget.js "> </ script >
116
114
<!-- The Load Image plugin is included for the preview images and image resizing functionality -->
117
115
< script src ="bower_components/blueimp-load-image/js/load-image.min.js "> </ script >
118
116
<!-- The Canvas to Blob plugin is included for image resizing functionality -->
@@ -124,4 +122,4 @@ <h3 class="title"></h3>
124
122
<!-- The basic File Upload plugin -->
125
123
126
124
</ body >
127
- </ html >
125
+ </ html >
You can’t perform that action at this time.
0 commit comments