Skip to content

firmusoft/angularDynamicStylesheets

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

angularDynamicStylesheets

A angularJS service to load dynamically CSS files

===== Description

angularDynamicStylesheets is a AngularJS service allows you to load dynamically CSS files in your HTML page.

==== How to use ?

  1. First, add the module "" to your AngularJS apps

    angular.module('myModule', ['DynamicStylesheets']);

  2. Get this service where you want and add your css files in your HTML page ! Example here in a controller :

    function MyCtrl($scope, dynamicStylesheets) { dynamicStylesheets.add("/path/to/your/css/file.css"); }

About

A angularJS service to load dynamically CSS files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published