Skip to content

Commit b5f9974

Browse files
committed
update AngularJS Plugin from 1.4.4 to 1.4.5
1 parent 47e6b68 commit b5f9974

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

vendor/assets/javascripts/jquery-fileupload/jquery.fileupload-angular.js

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* jQuery File Upload AngularJS Plugin 1.4.4
2+
* jQuery File Upload AngularJS Plugin 1.4.5
33
* https://github.com/blueimp/jQuery-File-Upload
44
*
55
* Copyright 2013, Sebastian Tschan
@@ -363,13 +363,15 @@
363363

364364
.directive('fileUpload', function () {
365365
return {
366-
controller: 'FileUploadController'
366+
controller: 'FileUploadController',
367+
scope: true
367368
};
368369
})
369370

370371
.directive('fileUploadProgress', function () {
371372
return {
372-
controller: 'FileUploadProgressController'
373+
controller: 'FileUploadProgressController',
374+
scope: true
373375
};
374376
})
375377

0 commit comments

Comments
 (0)