Problem: I have the following code which works fine:
<div style="margin-top: 5pt;">
<a href="{{e.DocURL}}" target="_blank">
<button class="btn btn-primary"
id="showDocs"
ng-show="e.DocFlag === 'Y'"
style="border-radius: 13px; padding-bottom: 5px;"
type="button">Provider Bio
</button>
</a>
</div>
However, whenever I update the form, the a tag goes disappears. I'm still fairly new to AngularJS and is their a alternative to the a tag I can use.