HTML5 Data Bindings Support Product Page

Solved

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

Reported 15 Oct 2013 19:05:29
1
has this problem
15 Oct 2013 19:05:29 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 16 Oct 2013 08:44:21
16 Oct 2013 08:44:21 Teodor Kuduschiev replied:
Hello Jonathan,

We are going to check this issue.
Replied 11 Dec 2013 18:56:25
11 Dec 2013 18:56:25 Jonathan Heintzeman replied:
Version 1.4 Fixes this issue!!!

Reply to this topic