HTML5 Data Bindings Support Product Page

Solved

data-binding-show causes error when it is not the first element in a tag

11 years ago Jonathan Heintzeman posted:
Does Not Work:
<div class="beds" data-binding-show="{{beds}}">{{beds}}</div>

Works:
<div data-binding-show="{{beds}}" class="beds">{{beds}}</div>

www.ask4darla.com/DATA8.cfm

Please be sure to test in different browsers, some work some do not.

Replies

Replied 11 years ago
11 years ago Teodor Kuduschiev replied:
Hello Jonathan,

We are going to check this issue.
Replied 11 years ago
11 years ago Jonathan Heintzeman replied:
Version 1.4 Fixes this issue!!!

Reply to this topic