More Mustache Madness (:-)
Previous issue with null values rendering incorrectly is indeed fixed in 1.1.6, thanks daff.
However, another bug has surfaced. At least I'm pretty sure it's a bug.
I'm endering in a mustache template from an array, deep(ish) inside an observable.
If the array starts out empty then live binding will never trigger.
You can object.attr(...) til you are blue in the face, the observable is correctly built but live binding does not trigger.
However, it *does* trigger correctly if the array starts out non empty.
No idea if this is mustache specific or if it also affects ejs ...
Ron
Previous issue with null values rendering incorrectly is indeed fixed in 1.1.6, thanks daff.
However, another bug has surfaced. At least I'm pretty sure it's a bug.
I'm endering in a mustache template from an array, deep(ish) inside an observable.
If the array starts out empty then live binding will never trigger.
You can object.attr(...) til you are blue in the face, the observable is correctly built but live binding does not trigger.
However, it *does* trigger correctly if the array starts out non empty.
No idea if this is mustache specific or if it also affects ejs ...
Ron