Skip to content

Commit f90e8c8

Browse files
committed
bumped version and updated readme
1 parent e1f6134 commit f90e8c8

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,16 @@ And the Bootstrap Tour CSS (or create your own):
3232
Then add the module to your app:
3333

3434
angular.module('myApp', ['bm.bsTour']);
35+
36+
## Configuration
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.
3545

3646
## Examples
3747

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-bootstrap-tour",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"main": "dist/angular-bootstrap-tour.js",
55
"ignore": [
66
".editorconfig",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-bootstrap-tour",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"description": "angular-bootstrap-tour scaffolded with generator-microjs v0.1.2.",
55
"author": {
66
"name": "",

0 commit comments

Comments
 (0)