for some reason this is not working, the array gets updated but the final compute does not fire. It fires when i update the number, but the list does not update.
if I trigger computeTestUpdate(), it pushes some objects to an array. When i click computeTestUpdate2(), it shows the newly added items in the console.log(). Whule when computeTest gets triggered again after computeTestUpdate2().. it still has the original value.
Yeah, I'm not entierly sure either. It was working on Canjs 2.*... I think one of my friends told me Compute starts a new thread or something so the scope might of got wacked
but yeah thanks this is allot easier, I will update my forum post later once I get the actual code sorted