We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac84841 commit 028fe66Copy full SHA for 028fe66
README.md
@@ -12,9 +12,9 @@ angularDynamicStylesheets is a AngularJS service allows you to load dynamically
12
How to use ?
13
====
14
15
-1. First, add the module "" to your AngularJS apps
+1. First, add the module "DynamicStylesheets" to your AngularJS apps
16
17
- angular.module('myModule', ['DynamicStylesheets']);
+ angular.module('yourModule', ['DynamicStylesheets']);
18
19
20
2. Get this service where you want and add your css files in your HTML page ! Example here in a controller :
0 commit comments