cloudinary_angular
cloudinary_angular copied to clipboard
cl-image ignores a cl-transformation if it has an ng-if
I have the following code: https://plnkr.co/edit/tZdVOELNOVRw9zhCa4M1?p=preview
- You can see that the first line of photos that
ng-ifon the<cl-image>tag works fine - whentruethe image is shown, whenfalsethe image isn't showing. - In the second line of photos, the
ng-ifcondition is completely ignored - both in the case oftrueand infalsethe transformation isn't applied.
@dorongutman verifying by your example, you are referring to the AngularJS/Angular1 SDK, right?
@eitanp461 that's correct.
hey @eitanp461 any updates on this ?
Hi @dorongutman, sorry for the delayed reply. Our team is still working on this. We will update as soon as this is resolved. Thank you for your patience.
Why isn't this merged in 1.x branch?