Quantcast
Channel: JavaScriptMVC Forum
Viewing all articles
Browse latest Browse all 3491

Re : Canjs LiveBinding with EJS

$
0
0
Thanks for the infos. I tried to change to mustache.
js:
self.element.html(can.view('myview', { data: this.myData }));
html:
 <input type="text" id="inputName" name="name" placeholder="Name" {{value place.name}}>

but my data will not be shown in my input box. What i do wrong?
Thanks

Viewing all articles
Browse latest Browse all 3491

Trending Articles