Use bind-attr instead of the deprecated bindAttr
This commit is contained in:
parent
62fd40f51e
commit
634fca454e
|
@ -1,7 +1,7 @@
|
|||
<div id="annotations">
|
||||
{{#each annotation in view.annotations}}
|
||||
<div class="annotation">
|
||||
<a {{bindAttr href="annotation.url"}}>
|
||||
<a {{bind-attr href="annotation.url"}}>
|
||||
{{annotation.status}} {{annotation.providerName}}
|
||||
</a>:
|
||||
{{annotation.description}}
|
||||
|
|
Loading…
Reference in New Issue
Block a user