Open
Description
The template below causes conflicts when using in templates Twig, showing only the message $ message {{}}. For those using Twig templates, you must change the default delimiters AngularJS. example:
interpolateProvider.startSymbol $ ('[[');
interpolateProvider.endSymbol $ (']]');
To work, made the following temporary change:
From:
$ {{message}} </ div>
To:
To:
[[$ message]] </ div>
Metadata
Metadata
Assignees
Labels
No labels