Closed bioform closed 10 years ago
Thanks for the bug report.
Unfortunately, I am out of the country travelling at the moment, and it will be some time before I can fix some of the bugs for Blade.
Would you be willing to investigate further or propose some sort of solution? Thanks again.
The same issue exists in meteor handlebars: https://github.com/meteor/meteor/pull/912
I mean iteration with mongo cursor
This can be implemented by listening for addedAt
events instead of added
events. See http://docs.meteor.com/#observe
Adding the index for Array objects is trivial.
I don't have time to add this at the moment, but it seems like an easy change. Pull requests are graciously accepted.
Closing this issue. The foreach
syntax is now deprecated.
I understand that people want the functionality of a "foreach" statement, so there will probably be a foreach
replacement coming soon.
at current point it is impossible to use index field with foreach by cursor(meteorjs) since foreach block is invoked with async way. Each time the following code show different results: