我在IE 11中使用Angular,我的跨度包含一个图标,我试图通过以下内容进行包含。
<ng-include
popover="popover"
class="input-group-addon popover-icon-warning"
role="button"
data-toggle="popover"
data-trigger="focus"
src="config.warningIconSVG"></ng-include>
而不是进入的范围我得到了
<!-- ngInclude: -->
我尝试重构ng-include,并将createElement添加到正在加载的javascript中但没有任何效果。任何关于在哪里寻找的答案或方向都将不胜感激。