I'm trying to set an id in the typeahead instead an object and it doesn't work like a select element.
Here is an example, where you can write the correct word in the typeahead, and then the select element is updated, but if you change the select, the typeahead isn't updated with the name, is updated with the id instead.
http://plnkr.co/edit/LJqdebViiucCv6X5hhtf?p=preview
I'm doing something wrong?
index
of the select option. Change the id value to anything else and you will still see "1" and "2" when you click on an item. – Neille