I have an input, using angular js and bootstrap, which has typeahead enabled...
<input id="cob" name="cob" required type="text" ng-model="user.cob.name" typeahead="c.name for c in consts.data.countries">
This is all great, but I can not find out how to change the settings used to initialise typeahead. How can I set options for typeahead?