yalabot / angular-foundation

http://pineconellc.github.io/angular-foundation/
Other
1.05k stars 267 forks source link

typeahead-on-select could give me access to the string before the selection #222

Open ProLoser opened 9 years ago

ProLoser commented 9 years ago

Sometimes you want to know how much they typed in so far before they selected something (don't ask why). It would be nice if I could access this through something like $viewValue or $value or whatever in the callback.