次のように設定されたフィールドがあります。
{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 は検出されません。これを達成する方法はありますか?
ありがとうポール