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

Commit

Permalink
docs(typeahead): add typeahead-on-select callback parameters
Browse files Browse the repository at this point in the history
Closes #2047
  • Loading branch information
bekos committed Apr 12, 2014
1 parent cb31b87 commit de5a25e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/typeahead/docs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The typeahead directives provide several attributes:
_(Defaults: 1)_ :
Minimal no of characters that needs to be entered before typeahead kicks-in

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

Expand Down

0 comments on commit de5a25e

Please sign in to comment.