我的绑定正在页面上工作,但不在引导程序弹出窗口内。 AngularJS-v4绑定在bootstrap4 popover中的工作方式不同吗?
这可以在html页面中使用,但不能在popover中使用:
{{photoset.photoNote}}
在bootstrap4弹出模板中这不起作用:
<a
[popover]="editCaption"
popoverTitle="Edit caption"><i class="fa fa-pencil" aria-hidden="true"></i></a>
<ng-template #editCaption>
{{photoset.photoNote}}
</ng-template>