Closed sachalifs closed 9 years ago
When trying to access an array length {people.length} it only works reactively if I use the each clause in that template. Otherwise, updating the people array does not update the people.length on the DOM.
{people.length}
each
people
people.length
When trying to access an array length
{people.length}
it only works reactively if I use theeach
clause in that template. Otherwise, updating thepeople
array does not update thepeople.length
on the DOM.