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

Commit 27c7dcd

Browse files
committed
Merge branch 'master' of https://github.com/usablica/intro.js
2 parents 1e3a863 + ba8efa4 commit 27c7dcd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Set a group of options to the introJs object.
142142

143143
**Example:**
144144
```javascript
145-
introJs().setOptions({ skipLabel: "Exit", tooltipPosition: "right" });
145+
introJs().setOptions({ 'skipLabel': 'Exit', 'tooltipPosition': 'right' });
146146
````
147147

148148
----
@@ -281,6 +281,9 @@ You can simply use this project for Yii framework: https://github.com/moein7tl/Y
281281
### Drupal
282282
Here you can find an IntroJs integration for Drupal: https://drupal.org/sandbox/alexanderfb/2061829
283283

284+
### AngularJS
285+
For AngularJS, you can use the directives in [angular-intro.js](http://code.mendhak.com/angular-intro.js/).
286+
284287
## Build
285288

286289
First you should install `nodejs` and `npm`, then first run this command: `npm install` to install all dependencies.

0 commit comments

Comments
 (0)