Skip to content
This repository has been archived by the owner on Jun 19, 2018. It is now read-only.

Issues with no default interpolateProvider symbols #309

Closed
upmauro opened this issue Mar 30, 2016 · 1 comment
Closed

Issues with no default interpolateProvider symbols #309

upmauro opened this issue Mar 30, 2016 · 1 comment

Comments

@upmauro
Copy link

upmauro commented Mar 30, 2016

I'm using Django in my app, so, the "template engine" symbols of Django is {{ }} and {% %}, this is a ploblem, because is the same of angular.

But, the solution is simple, change the default angular template sybmbols to another.

app.config(function($interpolateProvider, $httpProvider) { $interpolateProvider.startSymbol('[['); $interpolateProvider.endSymbol(']]'); });

This is a problem when i use angular-bootstrap-calendar, because the symbol is fixed "{{}}" on replace string and in another functions.

For example, see the image.

image

Thanks for your great job and your awesome project.

@mattlewis92
Copy link
Owner

Should be fixed now in 0.19.6 😄

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

No branches or pull requests

2 participants