I tried your example project, and faced this issue.
Steps to reproduce: (In example project)
1.Select the 1st element (key: k1.k11) and click on bind
2.Now Click on unbind
3.Again click on bind
4.Now type in the text-box.
As the DOM and Model are bound, the changes should be reflected on either side.
Issue: Its not happening as expected.

I tried your example project, and faced this issue.

Steps to reproduce: (In example project)
1.Select the 1st element (key: k1.k11) and click on bind
2.Now Click on unbind
3.Again click on bind
4.Now type in the text-box.
As the DOM and Model are bound, the changes should be reflected on either side.
Issue: Its not happening as expected.