You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...
_supportInputAttr = function (attr){
var input = document.createElement('input');
input.setAttribute('type', "file");
return attr in input;
},
_support // Why is this line here??
/**
* FileAPI (core object)
*/
api = {
...
Gives the error: Uncaught ReferenceError: api is not defined.
Is this working for other people? Seems like it could be fixed by just deleting line 278.
The text was updated successfully, but these errors were encountered:
Seems like there's a syntax error at https://github.com/danialfarid/ng-file-upload/blob/master/src/FileAPI.js#L278. Here's the code around line 278:
Gives the error:
Uncaught ReferenceError: api is not defined
.Is this working for other people? Seems like it could be fixed by just deleting line 278.
The text was updated successfully, but these errors were encountered: