I have something like
<div ngNonBindable>
yada yada.... { ... } blah blah....
<div>
Even with 'ngNonBindable' directive I get error:
compiler.es5.js:1690 Uncaught Error: Template parse errors:
Unexpected character "EOF" (Do you have an unescaped "{" in your template? Use "{{ '{' }}") to escape it.) ("
<div>
Two things:
1) Please point me in right direction.
2) Or, a workaround please.
You can use Special Character for {
--> {
and for }
--> }
<div>
yada yada.... { ... } blah blah....
<div>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With