0
は、フォーマットを以下にPDFが含まれ、アンギュラ方法
JS
$http.get('../../xyz', { token: $scope.token})
.success(function(response) {
$scope.reportBase64String = 'data:application/pdf;base64,' + response.data;
});
HTML
<iframe id="report" ng-src="{{reportBase64String}}"></iframe>
エラー
$ sceDelegateポリシーで許可されていないURLからのブロックされた読み込みリソース。