标签: twitter-bootstrap angularjs
我有一个输入,使用角度js和bootstrap,它已启用了typeahead ...
<input id="cob" name="cob" required type="text" ng-model="user.cob.name" typeahead="c.name for c in consts.data.countries">
这一切都很棒,但我无法找到如何更改用于初始化typeahead的设置。如何设置typeahead的选项?