它在我的代码中发出网络请求但不是here,尽管我的标记是相同的。
<input typeahead="state for state in states | filter:$viewValue | limitTo:8" type="text" ng-model="state" />
答案 0 :(得分:2)
预先输入需要一个模板来显示输入内容的可能解决方案。在您的plunker中,//angular-ui.github.io/bootstrap/ui-bootstrap-tpls-0.4.0.js
文件包含将这些模板加载到angular $templateCache
变量中的模块。