如何在typeahead Angular JS中显示更多细节?

时间:2015-05-05 17:21:00

标签: javascript angularjs twitter-bootstrap angular-ui bootstrap-typeahead

我使用Angular中Bootstrap的目录msbuild Solution.sln /t:"Project Two" 。 如何在HTML模板中显示更多结果?现在我只得到typeahead

name

我需要像: job as job.name,photo as job.photo ...

typeahead="job as job.name for job in getJobPlace($viewValue) | filter:{name:$viewValue}"

1 个答案:

答案 0 :(得分:2)

您可以使用简单的字符串连接

logger = logging.getLogger(__name__)