gpt4 book ai didi

ember.js - 是否可以有一个动态的 linkTo 标题属性?

转载 作者:行者123 更新时间:2023-12-04 23:23:22 27 4
gpt4 key购买 nike

{{#linkTo "route" model title=model.title}}model.title{{/linkTo}}

这给出了结果 a标记“model.title”的标题值。我想迭代一个模型列表并为每个模型输出一个带有唯一标题的链接。

这可以做到吗?

最佳答案

根据@guleria 的评论,为了回答这个问题,我将提供一个答案。

{{#linkTo "route" model titleBinding=model.title}}model.title{{/linkTo}}

提供 Binding作为属性的后缀将启用绑定(bind)。至于记录在哪里,这里是 documentation 的摘录:

Properties ending in a Binding suffix will be converted to Ember.Binding instances. The value of this property should be a string representing a path to another object or a custom binding instanced created using Binding helpers.



希望能帮助到你。

关于ember.js - 是否可以有一个动态的 linkTo 标题属性?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18008056/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com