I am trying to utilize this module to print Persian content, but unfortunately, the characters are not displaying correctly. Here is the code snippet I am using:
<script type="text/ng-template" id="patient_modal.html">
<div class="modal-header">
<button type="button" class="close" ng-click="close_patient()">×</button>
<h4 class="modal-title text-center" id="patient-title">اطلاعات بیمار</h4>
(...)
The desired displayed content should look like this: https://i.sstatic.net/v8e0h.png
However, it actually appears like this: https://i.sstatic.net/b1nTA.png