最佳答案
我觉得我错过了什么。当我尝试在我的template
中使用data
attribute
时,如下所示:
<ol class="viewer-nav">
<li *ngFor="#section of sections" data-sectionvalue="{{ section.value }}">
{{ section.text }}
</li>
</ol>
Angular 2
崩溃与:
EXCEPTION:模板解析错误:不能绑定到'sectionvalue',因为 它不是一个已知的本地属性("
] data-sectionvalue = "{{部分。值}}">{{section。李文本}}< / >
我显然在语法上遗漏了一些东西,请帮助。