Dropzone js is an awesome plugin used for drag & drop upload. I want it to implement in my angularjs project.
Please find the scenario, which I have tried
I have included
<form id="my-awesome-dropzone" action="/target" class="dropzone"></form>
inside partial view, while executing the page in browser tag itself removed from DOM.
When I include it in index.html page, it is working properly. Please let me know how to make dropzone working, inside angularjs partial view.