ManuelDeLeon / viewmodel

MVVM for Meteor
https://viewmodel.org
MIT License
205 stars 23 forks source link

onRendered property doesnt work in vm 3.0 #170

Closed avalanche1 closed 8 years ago

avalanche1 commented 8 years ago

Does absolutely nuttin. 2.9.3 works fine.

ManuelDeLeon commented 8 years ago

That's because I was in the middle of working on v3. It should be fine in v3.0.0

avalanche1 commented 8 years ago

Ah, I see. I cloned your actual repo and it turned out to be 3.0)

avalanche1 commented 8 years ago

In the end it seems not to work with the code pattern I'm using (gathering objects into array and then loading it with vm.load). See repro - https://github.com/avalanche1/test Same goes for autorun - doesnt work with this pattern either. 2.9.3 works just fine

ManuelDeLeon commented 8 years ago

Pick up v3.3.1

avalanche1 commented 8 years ago

Thank you, works fine