I am trying to do a autocomplete with typeahead that match exact characters like t will match but not T. But I cannot get it to work as I want.
Have tried to find a solution in google and stackoverflow like: AngularJs UI typeahead match on leading characters AngularJS Filter Exact Match
This is how my example code looks like: http://plnkr.co/edit/mXthLrqNqpCyRYmj2qmT?p=preview
Thanks for helping.
Best Regards, Johnny