I'm in IE 11 working with Angular and I have an span containing an icon that I'm trying to include via the following.
<ng-include
popover="popover"
class="input-group-addon popover-icon-warning"
role="button"
data-toggle="popover"
data-trigger="focus"
src="config.warningIconSVG"></ng-include>
Instead of the span coming in I get
<!-- ngInclude: -->
I've tried restructuring the ng-include, and adding the createElement to the javascript being loaded in but nothing works. Any answers or direction on where to look would be greatly appreciated.