Jaws reading aria-live message multiple times.
We are using angularjs. Html code as below,
<div role="alert" aria-live="polite">
<p class="scan-complete-text-auto">{{model.txtErrorMessage}}</p>
</div>
Once error message on screen it started reading however it reads three times. This behavior we observed in IE11 with chrome and FF its working fine.
What we are missing?