我有类似的东西
<div ngNonBindable>
yada yada.... { ... } blah blah....
<div>
Run Code Online (Sandbox Code Playgroud)
即使使用“ ngNonBindable”指令,我也会收到错误:
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>
Run Code Online (Sandbox Code Playgroud)
两件事情:
1)请指出正确的方向。
2)或者,请采取一种解决方法。