ngFlowchart icon indicating copy to clipboard operation
ngFlowchart copied to clipboard

Not working for custom symbols

Open upmauro opened this issue 9 years ago • 0 comments

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.

upmauro avatar Jul 08 '16 15:07 upmauro