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

Commit 92b8178

Browse files
authored
fixed scope property name ngIntroOnhintclick
replaced scope property "ngIntroOnhintsclicked" with ngIntroOnhintclick
1 parent 16d424f commit 92b8178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/angular-intro.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
ngIntroHintsMethod: "=?",
4040
ngIntroOnhintsadded: "=",
41-
ngIntroOnhintsclicked: "=?",
41+
ngIntroOnhintclick: "=?",
4242
ngIntroOnhintclose: "=?",
4343
ngIntroShowHint: "=?",
4444
ngIntroShowHints: "=?",

0 commit comments

Comments
 (0)