GabrielDelepine / angular-css-injector

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

Add media attribute to link tag #26

Open mmouterde opened 9 years ago

mmouterde commented 9 years ago

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 be changed by 'print'. A given href could be added for several media.