0
I have a function that returns a PDF document generated by Jasper in the backend:
RestSrv.find(url, function (data) {
$scope.report = data;
});
..
{{report}}
I played the return in the scopo and tried to display it, however it did not display the PDF in the new WEB page, displayed the special characters of the document, summarizing, I do not know a way to display the PDF document to the user.