- {{#each rows}}
- <div class="article">
- <div class="title">
- <a link="javascript:void(0)" articleid='{{ID}}'>{{Title}}</a>
- </div>
- <div class="published">
- <span class="publish-date">{{getPublished}}</span>
- |
- <authors persons='Author0' articleid="{{ID}}"></authors>
- </div>
- <div class="meta">
- <rating articleid="{{ID}}"></rating>
- <div>|</div>
- <comments articleid="{{ID}}"></comments>
- <div>|</div>
- <keywords taxonomy='Keywords' articleid="{{ID}}"></keywords>
- </div>
- <div class="teaser">{{Lead}}</div>
- </div>
- {{/each}}
The same happens with {{getPublished}} which is a function within the scope,
When the length of the list changes, then all updates.
How can I make them updated?