cstefanache / angular2-img-cropper

Angular 2 Image Cropper
MIT License
364 stars 135 forks source link

first steps towards bypassing setImage with a custom file input #174

Closed james-criscuolo closed 7 years ago

james-criscuolo commented 7 years ago

I don't really expect this to be taken as is, but it did work for me, and almost certainly did not break anything else, so maybe it's good enough for a first cut. This problem actively impeded my progress due to this issue, and while there are some angular hacks available to fix it, they are messy and this "just worked."

Given that image is already taken, I opted for inputImage.

cstefanache commented 7 years ago

thanks! sorry for the delay

james-criscuolo commented 7 years ago

Thanks for merging! Any chance this gets into a release soon?

cstefanache commented 7 years ago

Was hoping to have #175 fixed first - give me few more days and I will publish it

james-criscuolo commented 7 years ago

I know you were looking to do a 0.9.0 release, could there potentially be another 0.8.7 release for this PR, as well as all the other recent ones?