Skip to content

Not working for custom symbols #40

@upmauro

Description

@upmauro

Directive not working when use custom angular

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

This is necessary because i'm using Django and the template engine uses the same symbols of angular {{ and }}.

I will try send PR later.

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions