cloudinary_angular
cloudinary_angular copied to clipboard
Deprecated: Cloudinary now offers an official Angular library -
I try to put it in the formData as follow: ``` formData : { timestamp : data.timestamp, api_key : data.api_key, signature : data.signature, width: 100, height: 100, crop: 'limit' }...
I am using the Angular Service example in the README to return cloudinaryData in the format ``` javascript { url:[my_url], formData:{ timestamp:1399341631, signature :[generated_signature], api_key:[my_api_key] } } ``` My html...
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...