Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

{{$message}} conflict with Twig #47

Open
evaldoprestes opened this issue Oct 21, 2014 · 5 comments
Open

{{$message}} conflict with Twig #47

evaldoprestes opened this issue Oct 21, 2014 · 5 comments

Comments

@evaldoprestes
Copy link

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:
[[$ message]] </ div>

@aldarund
Copy link

Same issue when using it with django.
It should be probably use $interpolate.startSymbol() and $interpolate.endSymbol();

@aldarund
Copy link

I have created a pull request with fix for this
#63

@th0th
Copy link

th0th commented Jul 6, 2015

I am experiencing same issue with django. Will the pr be merged soon?

@pbassut
Copy link

pbassut commented Nov 23, 2015

+1 Same thing here.

@pinkgom
Copy link

pinkgom commented Aug 9, 2016

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants