Open evaldoprestes opened 10 years ago
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:
Same issue when using it with django. It should be probably use $interpolate.startSymbol() and $interpolate.endSymbol();
I have created a pull request with fix for this https://github.com/cgross/angular-busy/pull/63
I am experiencing same issue with django. Will the pr be merged soon?
+1 Same thing here.
+1
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:
Same issue when using it with django. It should be probably use $interpolate.startSymbol() and $interpolate.endSymbol();
I have created a pull request with fix for this https://github.com/cgross/angular-busy/pull/63
I am experiencing same issue with django. Will the pr be merged soon?
+1 Same thing here.
+1