Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit de5a25e

Browse files
committed
docs(typeahead): add typeahead-on-select callback parameters
Closes #2047
1 parent cb31b87 commit de5a25e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/typeahead/docs/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The typeahead directives provide several attributes:
4040
_(Defaults: 1)_ :
4141
Minimal no of characters that needs to be entered before typeahead kicks-in
4242

43-
* `typeahead-on-select` <i class="glyphicon glyphicon-eye-open"></i>
43+
* `typeahead-on-select($item, $model, $label)`
4444
_(Defaults: null)_ :
4545
A callback executed when a match is selected
4646

0 commit comments

Comments
 (0)