【发布时间】:2015-05-05 17:21:00
【问题描述】:
我在 Angular 中使用来自 Bootstrap 的目录 typeahead。
如何在 HTML 模板中显示更多结果?现在我只得到name:
typeahead="job as job.name for job in getJobPlace($viewValue) | filter:{name:$viewValue}"
我需要这样的东西: 工作作为job.name,照片作为job.photo...
enter code here
【问题讨论】:
标签: javascript angularjs twitter-bootstrap angular-ui bootstrap-typeahead