ng-upload-window
Yeppa! Today I registered my first bower package, ng-upload-window, an angularjs directive wrapped around Danial Farid's ng-file-upload upload service, which organizes uploads inside a layer window which remembers the google drive upload window.
$ bower install ng-upload-window
You can find all relevant information and installation instructions in the github project page.
In a nutshell:
- all the uploads are stacked in a fixed positioned layer window
- for each upload information are shown: file name, file size, progress bar, the downloading remaining time and the status of the upload.
- uploads can be cancelled
- the window can be iconized
- the window can be closed when there are no more running uploads, or it's automatically closed after 8 seconds.
This directive wraps only the ...