Ignore string interpolation

I’m using the new non jquery Syncfusion controls (Essential JS 2). I need to use their templating engine and they use the standard ${your_value} syntax. If this is on an html file, I need aurelia to ignore this chunk of markup, is there a way to do this. I currently have the template defined in javascript to get around this, but it’s ugly to maintain.

1 Like

Can you try \${some_value}?

Edit: or you can check it here :smile: https://codesandbox.io/s/k10yq0xlxr

1 Like

thanks, soo simple…

1 Like