Alberto Naperi Jr.
Alberto Naperi Jr.
Just like what @przemek-pokrywka said, the issue is with the constructed/generated facebook URL by `hello.js`. `%7B` should be replaced with `space` (`%20`) or `&` (`%26%`).
If you're triggering it from an `input` element, just add `readonly="true"` as attribute to it. **E.g.** `` Hope this helps.
Hi Guys, I encountered the same problem with **ng-img-crop** but I managed to make it work so I just want to share what I did to make it work. Here's...
@SempaChoo Sorry, I mistakenly put the scope that I'm using in my project. You can fix it by changing: ``` javascript $scope.cropper.myImage = image.target.result; ``` **To** ``` javascript $scope.myImage =...
@drewtunney Your welcome.
@SempaChoo That's the full structure that I'm using in my project ([JSFiddle demo link](https://jsfiddle.net/albertonaperijr/3ybymvmL/1/)) but you can provide us the sample your code so that we can help you to...
@SempaChoo Can you provide a [jsFiddle demo](http://jsfiddle.net/) that will recreate the problem? It's hard to fix/debut without seeing it in actual.
@gianko I guess it's because the versions of the two are not compatible since this rep was no longer being maintained.
Just use the extended version since it is in active development: https://github.com/CrackerakiUA/ngImgCropFullExtended/