Is it possible to read the image content if the image name is given to a funtion..
Eg: Image name is img1.jpg
my function is
$scope.readimg = function(img1.jpg){
}
Is it possible to do something like this???
Is it possible to read the image content if the image name is given to a funtion..
Eg: Image name is img1.jpg
my function is
$scope.readimg = function(img1.jpg){
}
Is it possible to do something like this???