为什么typeahead请求' typeahead-popup.html'?

时间:2013-09-07 17:44:56

标签: twitter-bootstrap angularjs

它在我的代码中发出网络请求但不是here,尽管我的标记是相同的。

 <input typeahead="state for state in states | filter:$viewValue | limitTo:8" type="text" ng-model="state" />

1 个答案:

答案 0 :(得分:2)

预先输入需要一个模板来显示输入内容的可能解决方案。在您的plunker中,//angular-ui.github.io/bootstrap/ui-bootstrap-tpls-0.4.0.js文件包含将这些模板加载到angular $templateCache变量中的模块。