twitter bootstrap - AngularStrap Settings for typeahead -


i have input, using angular js , bootstrap, has typeahead enabled...

<input id="cob" name="cob" required type="text" ng-model="user.cob.name" typeahead="c.name c in consts.data.countries"> 

this great, can not find out how change settings used initialise typeahead. how can set options typeahead?


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -