File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,16 @@ Was inspired from [intro.js](https://github.com/usablica/intro.js) and [angular-
77
88### Without framework
99
10- ** 1)** Include ` introduction.min.js ` and ` introduction.min.css ` in your page.
11- ** 2)** Add ` data-intro ` and ` data-step ` to your HTML elements. (cf. examples)
10+ ** 1** - Include ` introduction.min.js ` and ` introduction.min.css ` in your page.
11+
12+ ** 2** - Add ` data-intro ` and ` data-step ` to your HTML elements. (cf. examples)
1213
1314### With AngularJS
14- ** 1)** Include ` introduction.min.js ` and ` introduction.min.css ` in your page.
15- ** 2)** Include ` introduction.js ` into your angular.module.
16- ** 3)** Add directives ` ng-intro-options ` and ` ng-intro-method ` to your HTML elements in a controller. (cf. examples)
15+ ** 1** - Include ` introduction.min.js ` and ` introduction.min.css ` in your page.
16+
17+ ** 2** - Include ` introduction.js ` into your angular.module.
18+
19+ ** 3** - Add directives ` ng-intro-options ` and ` ng-intro-method ` to your HTML elements in a controller. (cf. examples)
1720
1821
1922## Native API
You can’t perform that action at this time.
0 commit comments