castillo-io / angular-css

CSS on-demand for AngularJS [Looking for New Maintainers]
http://castillo-io.github.io/angular-css/#/
MIT License
470 stars 86 forks source link

Interpolation symbols are now considered #57

Closed slavafomin closed 8 years ago

slavafomin commented 8 years ago

Angular provides a special $interpolateProvider that you can use to change interpolation symbols from default: {{, }} to something else, e.g.: {~, ~}. The hardcoded template was breaking this functionality in projects that are using custom interpolation symbols. Now it is fixed.

slavafomin commented 8 years ago

Hello! Could you please merge this PR and create an immediate release? We are looking forward to use your great module in our project = ) Thank you!