Hi,
I use angular in combination with symfony/twig. Twig uses variable delimeters ‘{{‘ and ‘}}’ just as angular does. Angular therefore provides methods to change the variable delimiter to any custom string.
https://docs.angularjs.org/api/ng/provider/$interpolateProvider
http://stackoverflow.com/questions/12923521/angular-js-custom-delimiter
However, when I use that in combination with jqx grid, I get errors and it won’t work. Can you please verify this usecase, or even better, provide a solution on howto use twig/angular/jqwidgets together?