You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ You can install this package through `Bower` by using the following command :
14
14
bower install angular-intro.js --save
15
15
16
16
17
-
## Details
17
+
## How to use
18
18
19
19
The two main directives are `ng-intro-options` and `ng-intro-method`.
20
20
@@ -60,9 +60,13 @@ In your controller, create `ChangeEvent`
60
60
The other intro.js callbacks you can specify are `ng-intro-oncomplete`, `ng-intro-onexit`, `ng-intro-onchange``ng-intro-onbeforechange` and `ng-intro-onafterchange`.
61
61
62
62
63
-
##Working with the code
63
+
### Plunker
64
64
65
-
First, get the node modules needed (grunt, bower)
65
+
You can also use this [sample plunker](http://plnkr.co/edit/wo9EzfbOFjM7NDoAvmjA?p=preview)
66
+
67
+
## How to build
68
+
69
+
If you want to build or contribute, first, get the node modules needed (grunt, bower)
0 commit comments