can someone help me making
<div id="infoview">
Infos <span data-text="appel:ref"></span>
</div>
The javascript:
var appel = {
adresse: "Plateau Rue du Commerce",
ref: "helo"
};
rivets.bind($('#infoview'), {appel: appel});
I used the last minified version of rivets.js Thanks, here the jsfiddle
There what i done, for any people having same issue (i don't think there will be)
And javacsript:
Mixed data-text and rv-text, so the proper way is rv-text. And beware of keypath appel.ref and appel:ref, if you want to use appel:ref you need to create an adaptater