Yes... But regarding my initial issue, I've found the problem.
If added this function down to the template (html one) and then everything ok.

function toString (data) {
return JSON.stringify(data);
}

thanks for your support anyway.