cloudinary_angular
cloudinary_angular copied to clipboard
Apparent incompatibility between cl-image and ng-show / ng-hide
We have found an odd situation where when we use a cl-image directive with an ng-show / ng-hide directive (set to the cloudinaryPublicId) in the same the ng-hide does not seem to function correctly.
The work around is to wrap the cl-image tag with a div (or span) and use the ng-hide on the div (or span)