soma-template
soma-template copied to clipboard
data-repeat incorrectly rendering when initially blank, then subsequently rendered with items
Demonstrated by: http://plnkr.co/edit/01kNm2kCdDKElUbYtrXG?p=preview
Initially rendering with an empty array results in incorrect subsequent appending of data-repeat elements
For the time being I'm deferring rendering of the template till there are items in the array to repeat over, I assume I could also render on a per-node basis.