koorgoo / ngCropper

AngularJS wrapper for https://github.com/fengyuanchen/cropper
107 stars 72 forks source link

Show Preview Doesn't Show Anything #6

Closed coommark closed 9 years ago

coommark commented 9 years ago

My understanding is that clicking the Show Preview button is supposed to show the cropped image right? But it doesn't work with the exact code in the demo.

Is there hope we can get help from the contributors here? The parent Cropper is thriving while this here we can't get a working demo.

sebastialonso commented 9 years ago

@koorgoo any pointers?

koorgoo commented 9 years ago

@coommark try to run

make prep  # Install dependencies into bower_components
make demo  # (on Mac) or just open demo/index.html in your browser