Theophilus Omoregbee
Theophilus Omoregbee
I just bower installed ur directive same issue , the over-class still persist after on drag out
This is what i finally used in manipulating it from my controller ``` javascript var element=angular.element(document.getElementById("basic")); element.on('dragleave', function () { element.removeClass("nv-file-over"); element.removeClass("test"); //used for my over-class console.log('dragleave'); }); ` ```
the request should have been merged already, am working on a project here , so i dont really have time to check, it should be updated for the next version...
oh @ralphnico what you are trying to do, is to intercept the upload process and passing in your function to handle the main upload right ?
can you use jsfiddle or plnrk to explain your problem, for better understanding
checking your fiddle, it's working as expected, showing the image preview, or I'm not understanding your point
Oh just checked ur fiddle again, selecting multiple files, and it keeps returning same image or the first image selected, is that the problem ?
What version of UC Browser are you using so i can run the test too
can't really say, but that's the essence of `cordova-plugin-file-transfer` it's safer
will take a look this week when I find the time