Skip to content

Commit 2eb4dc2

Browse files
author
mendhak
committed
Updated README
1 parent 47aa144 commit 2eb4dc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ For example, if you set `ng-intro-method="CallMe"`, then you can later call `ng-
2020

2121
To start the intro from code, either call `$scope.CallMe();` or set `ng-intro-autostart="true"`. If the `$scope.CallMe();` doesn't work, it might be because your DOM isn't ready. Put it in a `$timeout`.
2222

23-
There are also directives that link to the intro.js callbacks, namely `ng-intro-oncomplete`, `ng-intro-onexit`, `ng-intro-onchange` and `ng-intro-onbeforechange`.
23+
There are also directives that link to the intro.js callbacks, namely `ng-intro-oncomplete`, `ng-intro-onexit`, `ng-intro-onchange` `ng-intro-onbeforechange` and `ng-intro-onafterchange`.
2424

2525

2626
## License

0 commit comments

Comments
 (0)