<tr ng-repeat="transaction in transactionDetails">
<td>{{ transaction.FromParty }}</td>
<td>{{ transaction.CreatedState}}</td>
<td><a href="file:///home/moulali/Desktop/samp_cc.go">Open File</a></td>
<td>{{ transaction.Status }}</td>
</tr>
I'm trying to open local file from html hyper-link in ubuntu os. But it is not opening and in f12 console log it is showing "Not allowed to load local resource:". I want to open a local file when i click hyper link.