Alberto Naperi Jr.

Results 17 comments of Alberto Naperi Jr.

It's because the only supported result image formats are **jpeg**, **png**, and **webp**. https://github.com/alexk111/ngImgCrop#result-image-format

You can use the extended version since it has a rectangle option and is in active development: https://github.com/CrackerakiUA/ngImgCropFullExtended/

Try to use the extended version: https://github.com/CrackerakiUA/ngImgCropFullExtended

I guess you can only get the `index` of the current slide/tab. Just add `active-slide="slides.active"` attribute in `ion-slide-box` tag then you will get the `index` by using `$scope.slides.active` in your...

Try to use the extended version since it is in active development: https://github.com/CrackerakiUA/ngImgCropFullExtended/

You can try declaring `$rootScope.currentUser` as function with `return` value. **E.g** JS ``` $rootScope.currentUser = function() { return Meteor.user(); }; ``` HTML ``` ``` Hope this helps.