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

Support for alternative delimiters. #35

Open
MuppetGate opened this issue Sep 25, 2013 · 2 comments
Open

Support for alternative delimiters. #35

MuppetGate opened this issue Sep 25, 2013 · 2 comments

Comments

@MuppetGate
Copy link

AngularJS allows you to define alternative parameter delimiters, so you can say

[hello]

instead of

{{ hello }}

by simply redefining the delimiters:

var app =  angular.module("MyTutorialApp",[], function($interpolateProvider) {
    $interpolateProvider.startSymbol('[');
    $interpolateProvider.endSymbol(']');
});

This is handy when you're using Angular with Django, and it would be nice if the plugin could understand that the delimiters have changed.

@Koc
Copy link

Koc commented Feb 9, 2014

@johnlindquist please add support of this

@denofevil
Copy link

Because AngularJS is now moved to the JetBrains repository, this issue is now tracked in the YouTrack as WEB-10978.

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

3 participants