Skip to content
This repository was archived by the owner on Feb 8, 2023. It is now read-only.
This repository was archived by the owner on Feb 8, 2023. It is now read-only.

Doesn't work with custom $interpolationProvider #18

Closed
@websirnik

Description

@websirnik

angular-css-injector doesn't work when tha app has the following config:

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

I see that the {{ }} interpolation is hardcoded. Need somehow to respect the app's config.

head.append($compile("<link data-ng-repeat='stylesheet in injectedStylesheets' data-ng-href='{{stylesheet.href}}' rel='stylesheet' />")(scope));

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