Use bind-attr instead of the deprecated bindAttr

This commit is contained in:
Hiro Asari 2014-01-25 17:29:56 -05:00
parent 62fd40f51e
commit 634fca454e

View File

@ -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}}