angular-css-injector icon indicating copy to clipboard operation
angular-css-injector copied to clipboard

A angularJS service to load dynamically CSS files

Results 8 angular-css-injector issues
Sort by recently updated
recently updated
newest added
trafficstars

It would be nice not to limit functionality to stylesheets and to be able to add dynamically too

Add an facultative argument 'media' to addStylesheet function which is used to make a link specific to the given media. Media attribute may be provided : 'screen' (by default) could...

I used `bower install angular-css-injector` and got version 1.0.3. I found it did not work when switching pages. I spent times on debugging it and later I found out that...

Instead of requiring `ng-app` on the `` tag, it would be nice if this worked with a bootstrapped app.

The minified version appears to be broken (for me at least). I am using Require.js with a project and it appears that when I am trying to use the minified...

Why not make it a directive so that stylesheet injection become **declarative** and not imperative in the controller? Something like: ``` html ```

how I can remove all dynamic stylesheets added before add new stylesheet in header on a single page application?

Hi, (I open an issue to my own repository, because I don't have enough time this days to fix it by myself). With angular-css-injector, set setSinglePageMode(TRUE) remove the CSS files...

enhancement