Echo JS 0.11.0

<~>
tane.piper 3935 days ago. link 1 point
This is also a problem with ExpressJS - pretty much every template language available, with the exception of Jade, uses {{ }} tags themselves.

Another solution I came up with (ugly but good in a tight squeeze) is to use the HTML number:

&#123;{variable_name}}

This will ensure it's not parsed on the server side, and output for Angular in the client.

Replies