angular-css
angular-css copied to clipboard
Dynamic CSS URL in directive
is there a way to accomplish something like this in directive
...
css: '/path/to/{{scope.variable}}'
...