That allows me to pick an image from the file system and crop it, but I can't seem to get the image data in the scope so I can do something with it, like post it to an API or something.
The image data is available in the child scope, in the ImageCropperController. How do I get it from that scope into my main scope?
ImageCropper in a custom view
I'm trying to use the Image Cropper in a custom view. The object is initially created in the controller like this:
In the view I display it like this.
That allows me to pick an image from the file system and crop it, but I can't seem to get the image data in the scope so I can do something with it, like post it to an API or something.
The image data is available in the child scope, in the ImageCropperController. How do I get it from that scope into my main scope?
is working on a reply...