我将字段设置为:
{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。有没有办法实现这个目标?
由于 保罗