When I try to use a data attribute
in my template
, like this:
<ol class="viewer-nav">
<li *ngFor="#section of sections" data-value="{{ section.value }}">
{{ section.text }}
</li>
</ol>
Angular 2
crashes with:
EXCEPTION: Template parse errors: Can't bind to 'sectionvalue' since
it isn't a known native property ("
]data-sectionvalue="{{ section.value }}">{{ section.text }}
I'm obviously missing something with the syntax, please help.
Question&Answers:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…