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

Commit

Permalink
chore(typeahead): add comment on typeahead-min-length
Browse files Browse the repository at this point in the history
- Add comment on `typeahead-min-length` about valid values

Closes #4129
  • Loading branch information
bsiddiqui authored and wesleycho committed Aug 7, 2015
1 parent bab1d37 commit abfd26c
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 @@ -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

0 comments on commit abfd26c

Please sign in to comment.