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
Description
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
Labels
No labels