我有一个字段设置为:
{type: 'check', key: 'agreeTC',
templateOptions: {
label: 'I agree to the promotional <a ui-sref="terms">Terms & Conditions</a>'}}
为了让 HTML 呈现,我在我的包装器中有这个:
<span ng-bind-html="to.label"></span>
但未检测到 ui-router 指令 ui-sref。有没有办法做到这一点?
谢谢保罗