Answer the question
In order to leave comments, you need to log in
How to use both '{{' and '{[{' brackets in the same Angular application (problem with angular plugins)?
Hello.
In an angular and twig project. For convenience, we changed '{{' to '{[{' .
module.config(function($interpolateProvider){
$interpolateProvider.startSymbol('{[{').endSymbol('}]}');
});
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question