GabrielDelepine / angular-css-injector

A angularJS service to load dynamically CSS files
MIT License
152 stars 90 forks source link

Fix to work with custom $interpolationProvider #21

Closed ebrentnelson closed 9 years ago

ebrentnelson commented 9 years ago

This fixes the issue found here: https://github.com/Yappli/angular-css-injector/issues/18

Simply replaced the hard-coded interpolation symbols {{ and }} with the dynamic $interpolationProvider.startSymbol() and $interpolationProvider.endSymbol().

I updated minified version of library, but it's probably not ideal. I was unsure what was previously used.

ebn

GabrielDelepine commented 9 years ago

Thanks. I merged other commits so the minified file will don't contain all of them. I will fix it later with the new release.