当我在模态中使用 ng-bind-html 时,例如
<div ng-bind-html="verificationScript"></div>
...绑定到 div 的 html 不会包含在模式中,它会溢出它的边缘。我怎样才能防止这种情况?
当我在模态中使用 ng-bind-html 时,例如
<div ng-bind-html="verificationScript"></div>
...绑定到 div 的 html 不会包含在模式中,它会溢出它的边缘。我怎样才能防止这种情况?