Thanks for the plugin, it is great, and exactly what I was looking for :)
However, I don't want to have a fullpage with it but rather embed it into an existing webpage of mine. The idea is to allow visitors to check, download and upload file to the server (as you might imagine).
I started an simple project without bower nor anything. Just plain html, css and angular (no seed).
Therefore I initiated into my project a bower project with bower init, filled in the informations needed and then load your plugin with the given command line. Afterwards, I included the necessary inclusion in my headers (without bootstrap and angular already charged) and changed the following lines
because I couldn't see any dist at the root of my folder.
However, I can't manage to have an output ..
Idea ?
EDIT:
As I didn't do much before merging with your plugin, I build my page on top of this project after cloning it .. (easy fix for now, but I am still interested in the solution)
Hi,
Thanks for the plugin, it is great, and exactly what I was looking for :)
However, I don't want to have a fullpage with it but rather embed it into an existing webpage of mine. The idea is to allow visitors to check, download and upload file to the server (as you might imagine).
I started an simple project without bower nor anything. Just plain html, css and angular (no seed). Therefore I initiated into my project a bower project with
bower init
, filled in the informations needed and then load your plugin with the given command line. Afterwards, I included the necessary inclusion in my headers (without bootstrap and angular already charged) and changed the following linesto
because I couldn't see any
dist
at the root of my folder.However, I can't manage to have an output ..
Idea ?
EDIT: As I didn't do much before merging with your plugin, I build my page on top of this project after cloning it .. (easy fix for now, but I am still interested in the solution)