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

Commit ae34d64

Browse files
Gabriel DelépineGabriel Delépine
Gabriel Delépine
authored and
Gabriel Delépine
committed
Make-it more clear
1 parent e4c1ac9 commit ae34d64

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
@@ -15,11 +15,11 @@ How to use ?
1515
1. Your angular's app must be defined on the HTML tag of your page
1616

1717
```html
18-
<html ng-app="my.app"
18+
<html ng-app="myApp"
1919
```
2020
2. Add the module "angular.css.injector" to your AngularJS apps
2121
```javascript
22-
angular.module('yourModule', ['angular.css.injector']);
22+
angular.module('myApp', ['angular.css.injector']);
2323
```
2424

2525
3. 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)