totaljs / Tangular

A simple JavaScript template engine like Angular.js for websites or node.js
MIT License
61 stars 21 forks source link

Word appears 2 times #11

Closed ptorrent closed 6 years ago

ptorrent commented 6 years ago

Hello,

I've a problem when I'm using Tangular without "{{ }} " :

console.log(Tangular.render('test',{}))==> testtest console.log(Tangular.render('test {{name}}',{name:'ok' }))==> test ok

image

Thanks for your help !

ptorrent commented 6 years ago

Solved with the last version !

Sorry