-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Angular module non working with jquery UI 1.10.4 #2904
Comments
I'm not aware of a jQuery version 1.10.4, but I just checked the Angular JS version of this file upload library with the latest 1 branch (1.11.0) and everything worked as expected. |
Sorry, i mean jquery UI instead of jquery |
Confirmed, will look into it. |
Well, if you need to support an older jQuery UI version, simply use an older release of this library. |
Updated jQuery UI Widget Factory and fixed AngularJS widget options handling. Closes blueimp#2904
I ran into the same error message. I tried changing versions of jQuery-ui without success. In my case, I am storing the fileinfo in the |
Since jquery 1.10.4 update, angular module is not working anymore:
Uncaught TypeError: Property 'scope' of object # is not a function
On line L89: https://github.com/blueimp/jQuery-File-Upload/blob/master/js/jquery.fileupload-angular.js#L89,
var scope = data.scope(), fails now.
In jquery 1.10.3, it's a function
In jquery 1.10.4, it's an array
The text was updated successfully, but these errors were encountered: