The syntax conflicts between artTemplate and AngularJS {{ }}, and the template reports an error.
I don’t know if you have any ideas?
Do I need to change the Compiler of artTemplate?
AngularJS{{}} can use ng-bind, and it will be better to use ng-bind
Go to the $interpolateProvider documentation, the answer is there.
art-template’s default native syntax is {{}}, but there are also non-native syntaxes, you can use <%%>, mainly by adding parameters when calling compilation. For details, please see the git of art-template: https://github.com/aui/arttemplate
AngularJS{{}} can use ng-bind, and it will be better to use ng-bind
Go to the $interpolateProvider documentation, the answer is there.
art-template’s default native syntax is {{}}, but there are also non-native syntaxes, you can use <%%>, mainly by adding parameters when calling compilation.
For details, please see the git of art-template:
https://github.com/aui/arttemplate