Skip to content
This repository was archived by the owner on Apr 30, 2018. It is now read-only.
This repository was archived by the owner on Apr 30, 2018. It is now read-only.

formly does not respect startSymbol and endSymbol #92

@khasinski

Description

@khasinski

Using the following code

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

I change my interpolate symbol from {{ and }} to [[ and ]]. This is useful for Django and Symfony2 + Twig templates.

Formly still generates {{ and }} which obviously won't work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions