like the way gmail does it is cool... as soon as u hover over target u get:
like the way gmail does it is cool... as soon as u hover over target u get:

I will be grateful if you can create PR for this :)
On Wed, 20 Jan 2016 10:57 Tom Greco notifications@github.com wrote:
> @valorkin https://github.com/valorkin I can get to work on this asap if
> no one is on it so let me know. Thanks!
>
> —
> Reply to this email directly or view it on GitHub
> https://github.com/valor-software/ng2-file-upload/issues/16#issuecomment-173133804
> .
Sorry, getting pulled into an issue, and cant break down my changes into a PR right now. Here's my extended "ImageUpload" widget, that does what you want (i think).
clicking on image opens it full size in new window, which needs to be done as a model
Need to make border red if not valid image type from filter
Sorry, getting pulled into an issue, and cant break down my changes into a PR right now. Here's my extended "ImageUpload" widget, that does what you want (i think).

Component Source:
[imageUpload_src.zip](https://github.com/valor-software/ng2-file-upload/files/97639/imageUpload_src.zip)
Open issue I need to resolve:
- uploaded image not showing in preview
- clicking on image opens it full size in new window, which needs to be done as a model
- Need to make border red if not valid image type from filter
https://github.com/valor-software/ng2-file-upload/tree/development/demo/components/file-upload/zs-file-demo just change css to this:
styles: [':host {border:1px solid black; padding:59px;display: block;}' +
':host.hover {border: 3px solid green;}']
and after it @HostBinding('class.hover') will do its job.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
when mouse over drop zone, I recommend changing CSS to modify dropzone style
nice project
I will integrate into: http://ng2.javascriptninja.io
any specific CSS? may be PR to show what do you proposing?
check more projects here: https://github.com/valor-software/ng2-plans
like the way gmail does it is cool... as soon as u hover over target u get:
@valorkin I can get to work on this asap if no one is on it so let me know. Thanks!
I will be grateful if you can create PR for this :)
On Wed, 20 Jan 2016 10:57 Tom Greco notifications@github.com wrote:
I've made this change as well. I'll package up my changes as a PR for review.
great!
awesome! waiting for it!
Sorry, getting pulled into an issue, and cant break down my changes into a PR right now. Here's my extended "ImageUpload" widget, that does what you want (i think).
Component Source:
imageUpload_src.zip
Open issue I need to resolve:
GREAT!!!
https://github.com/valor-software/ng2-file-upload/tree/development/demo/components/file-upload/zs-file-demo just change css to this:
styles: [':host {border:1px solid black; padding:59px;display: block;}' +
':host.hover {border: 3px solid green;}']
and after it @HostBinding('class.hover') will do its job.