File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -35,13 +35,13 @@ Then add the module to your app:
35
35
36
36
## Configuration
37
37
38
- The TourConfigProvider allows you to set a couple options:
39
- - `prefixOptions` {boolean, default: false} if set to true will require directive options to be prefixed to avoid conflicts
40
- - `prefix` {string, default: 'bsTour'} the prefix to use if `prefixOptions` is set to `true`
41
-
42
- Use `TourConfigProvider.set(<option>, <value>)` in your app's config block to change the settings
43
-
44
- You can use either `tour` and `tourStep` or `bsTour` and `bsTourStep` as directive names without changing config.
38
+ The TourConfigProvider allows you to set a couple options:
39
+ - ` prefixOptions ` {boolean, default: false} if set to true will require directive options to be prefixed to avoid conflicts
40
+ - ` prefix ` {string, default: 'bsTour'} the prefix to use if ` prefixOptions ` is set to ` true `
41
+
42
+ Use ` TourConfigProvider.set(<option>, <value>) ` in your app's config block to change the settings
43
+
44
+ You can use either ` tour ` and ` tourStep ` or ` bsTour ` and ` bsTourStep ` as directive names without changing config.
45
45
46
46
## Examples
47
47
You can’t perform that action at this time.
0 commit comments