I am working on an HTML code snippet that includes a form input for audio link. However, when I try to enter a URL in the input field and submit the form, I encounter the following errors:
<div class="inner-content-linkaudio">
<label for="linkaudio">Link audio</label>
<input type="url" name="linkaudio" ng-model="linkaudio" class="form-control">
</div>
Error: [$interpolate:interr] Can't interpolate: {{postcurrent.linkaudio}}
Error: [$sce:insecurl] Blocked loading resource from url not allowed by $sceDelegate policy. URL:
Could someone please advise me on how to allow URL entries and submit the form without encountering these errors? Your help is much appreciated. Thank you.