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

chore(docs): clarified that typeahead-min-length must be greater than 0 #4129

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/typeahead/docs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The typeahead directives provide several attributes:

* `typeahead-min-length` <i class="glyphicon glyphicon-eye-open"></i>
_(Defaults: 1)_ :
Minimal no of characters that needs to be entered before typeahead kicks-in
Minimal no of characters that needs to be entered before typeahead kicks-in. Must be greater than or equal to 1.

* `typeahead-no-results` <i class="glyphicon glyphicon-eye-open"></i>
_(Defaults: angular.noop)_ :
Expand Down