用了artTemplate 和 AngularJS {{ }} 语法 冲突了,模板报错。
不知道大家有什么方法?
需要改artTemplate的 Compiler吗?
AngularJS{{}}可以用ng-bind,而且使用ng-bind会更好
去看 $interpolateProvider 文档,答案在那。
art-template默认的是原生的语法就是{{}},但是还有非原生语法的,可以用<%%>,主要是在调用编译的时候加上参数即可。具体可以看art-template的git:https://github.com/aui/arttemplate
AngularJS{{}}可以用ng-bind,而且使用ng-bind会更好
去看 $interpolateProvider 文档,答案在那。
art-template默认的是原生的语法就是{{}},但是还有非原生语法的,可以用<%%>,主要是在调用编译的时候加上参数即可。
具体可以看art-template的git:
https://github.com/aui/arttemplate