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

Re : binding problem data-picker / mustache / can-value

$
0
0

Thanks Cherif, for your reply.

In the meantime we have solved the problem by using a view helper. We put the follwing lines into it:

  1. can.$(el).datepicker({ dateFormat: format, onSelect: function (date) {

    attrValue(date, attrValue()); //

    }});



Viewing all articles
Browse latest Browse all 3491

Trending Articles