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

Dynamic CSS URL in directive #48

Open alkos opened 8 years ago

alkos commented 8 years ago

is there a way to accomplish something like this in directive

...

css: '/path/to/{{scope.variable}}'

...