readAsDataURL($scope.item.image); fileReader.onloadend = function() { $scope.$apply(function() { $scope.imageSrc = fileReader.result; }); } } //Toggling the ...
確定! 回上一頁