I have html code:
<div class="inner-content-linkaudio">
<label for="linkaudio">Link audio</label>
<input type="url" name="linkaudio" ng-model="linkaudio" class="form-control">
</div>
But when I enter to input, and press button submit form, I have error:
Error: [$interpolate:interr] Can't interpolate: {{postcurrent.linkaudio}}
Error: [$sce:insecurl] Blocked loading resource from url not allowed by $sceDelegate policy. URL:
How do I can allow enter url and submit form without error? Thank you.