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

[Edge case] Use start "{{", end "}}" symbols from $interpolate instead of hardcoded ones #148

Open
diimpp opened this issue Aug 15, 2016 · 1 comment
Labels

Comments

@diimpp
Copy link

diimpp commented Aug 15, 2016

Hi,

I'm using custom start, end symbols, so I just spent 15 embarrassing minutes by figuring out what's wrong. :)

 module.config(function($interpolateProvider) {
     $interpolateProvider.startSymbol('{[{').endSymbol('}]}');
 });

So it would be cool to parametrize actual symbols in templates.

P.S. Thank you for very professional and well documented package.

@jtrussell jtrussell added the bug label Aug 15, 2016
@jtrussell
Copy link
Contributor

I think the only spot we actually hard code interpolation delimiters is in the default template. After providing your own node template you shouldn't have any issues. We can definitely get a fix in for this though - and a PR would be welcome.

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

No branches or pull requests

2 participants