Skip to content
This repository was archived by the owner on Jan 17, 2022. It is now read-only.

Commit 7d1ca24

Browse files
author
mendhak
committed
ng-intro-exit-method example
1 parent 87ad9d8 commit 7d1ca24

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,13 @@ In your controller, create `ChangeEvent`
6464

6565
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`.
6666

67+
### Exit Method
68+
69+
`ng-intro-exit-method="ExitMe"`
70+
71+
Then in your controller, you can force exit using
72+
73+
`$scope.ExitMe(function() { //callback } );`
6774

6875
### Plunker
6976

0 commit comments

Comments
 (0)