Hi, thanks for work.
I'm using the directive to upload only images and i wish to find a way to make thumbnails preview.
Is there is a way to do this?
First I'm trying to do smt like
on-file-added="previewImage()"
$scope.previewImage = function(img){
console.log(img);
}
But this didn't work for me.
What i do wrong? Is this possible?