demo code listing on demo page doesn't match demo sources #283
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Attempting to use ng2-file-upload, copied and pasted everything from http://valor-software.com/ng2-file-upload/ -- i can get files to upload, but on the UI, i don't see the file name listed in the queue. I see a row, but no name.
nevermind, it appears the source on that page is not up to date... took it from https://github.com/valor-software/ng2-file-upload/blob/master/demo/components/file-upload/simple-demo.html and now all is fine.
It seems demo page is created during installation with
npm install. So I think it's a bug of other program,markdown-loaderor somewhere else.Also you need to fix simple-demo.html. See https://github.com/valor-software/ng2-file-upload/issues/238