Skip to content
This repository was archived by the owner on Feb 8, 2023. It is now read-only.

Commit 028fe66

Browse files
author
Gabriel Delépine
committed
Minor cosmetic changes
1 parent ac84841 commit 028fe66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ angularDynamicStylesheets is a AngularJS service allows you to load dynamically
1212
How to use ?
1313
====
1414

15-
1. First, add the module "" to your AngularJS apps
15+
1. First, add the module "DynamicStylesheets" to your AngularJS apps
1616

17-
angular.module('myModule', ['DynamicStylesheets']);
17+
angular.module('yourModule', ['DynamicStylesheets']);
1818

1919

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

0 commit comments

Comments
 (0)