mateusmaso/handlebars.binding

bind is showing context value

lightyou opened this issue · 1 comments

Hello,

I'm trying to use handlebars.binding, but even with a very simple exemple, I can't make any data synchronisation. When using {{bind "variable"}} even the initial value is not displayed.

Here is a fiddle with my code : https://jsfiddle.net/1yj1y4vx/5/

Kind regards,

Sébastien

I answer directly to my obvious question. Handlebars.parseHTML was missing.