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 47e6b68 commit b5f9974Copy full SHA for b5f9974
vendor/assets/javascripts/jquery-fileupload/jquery.fileupload-angular.js
@@ -1,5 +1,5 @@
1
/*
2
- * jQuery File Upload AngularJS Plugin 1.4.4
+ * jQuery File Upload AngularJS Plugin 1.4.5
3
* https://github.com/blueimp/jQuery-File-Upload
4
*
5
* Copyright 2013, Sebastian Tschan
@@ -363,13 +363,15 @@
363
364
.directive('fileUpload', function () {
365
return {
366
- controller: 'FileUploadController'
+ controller: 'FileUploadController',
367
+ scope: true
368
};
369
})
370
371
.directive('fileUploadProgress', function () {
372
- controller: 'FileUploadProgressController'
373
+ controller: 'FileUploadProgressController',
374
375
376
377
0 commit comments