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
I have the latest version of the library and I am trying to use ngf-keep="'distinct'", I am geting an error
Uncaught TypeError: Cannot read property 'length' of null
I went into the code and found that the error is in model.js file. It is getting the prevFiles length as null.
function handleKeep(files, prevFiles, attr, scope) {
var len = prevFiles.length;
}
The text was updated successfully, but these errors were encountered:
I have the latest version of the library and I am trying to use ngf-keep="'distinct'", I am geting an error
Uncaught TypeError: Cannot read property 'length' of null
I went into the code and found that the error is in model.js file. It is getting the prevFiles length as null.
function handleKeep(files, prevFiles, attr, scope) {
var len = prevFiles.length;
}
The text was updated successfully, but these errors were encountered: