File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ Set a group of options to the introJs object.
142
142
143
143
**Example:**
144
144
```javascript
145
- introJs().setOptions({ skipLabel: " Exit", tooltipPosition: " right" });
145
+ introJs().setOptions({ ' skipLabel': ' Exit', ' tooltipPosition': ' right' });
146
146
````
147
147
148
148
----
@@ -281,6 +281,9 @@ You can simply use this project for Yii framework: https://github.com/moein7tl/Y
281
281
### Drupal
282
282
Here you can find an IntroJs integration for Drupal: https://drupal.org/sandbox/alexanderfb/2061829
283
283
284
+ ### AngularJS
285
+ For AngularJS, you can use the directives in [angular-intro.js](http://code.mendhak.com/angular-intro.js/).
286
+
284
287
## Build
285
288
286
289
First you should install `nodejs` and `npm`, then first run this command: `npm install` to install all dependencies.
You can’t perform that action at this time.
0 commit comments