component / reactive

Tiny reactive template engine
383 stars 48 forks source link

Array length #160

Closed sachalifs closed 9 years ago

sachalifs commented 10 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.