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

Commit db570e3

Browse files
author
Robin van Baalen
committed
Merge pull request #3368 from jodytate/patch-2
fix(docs): 'typehead' to 'typeahead'
2 parents c2e5b28 + c505546 commit db570e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/typeahead/typeahead.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ angular.module('ui.bootstrap.typeahead', ['ui.bootstrap.position', 'ui.bootstrap
4343
//minimal no of characters that needs to be entered before typeahead kicks-in
4444
var minSearch = originalScope.$eval(attrs.typeaheadMinLength) || 1;
4545

46-
//minimal wait time after last character typed before typehead kicks-in
46+
//minimal wait time after last character typed before typeahead kicks-in
4747
var waitTime = originalScope.$eval(attrs.typeaheadWaitMs) || 0;
4848

4949
//should it restrict model values to the ones selected from the popup only?

0 commit comments

Comments
 (0)