使用把手-1.1.2和旧的emberjs 1.5.1。
我只需要在标签中添加一个变量"":
<label for='{{queue.id}}'>
相反
<label for="6">
我得到了
<label for="<script id=" metamorph-51-start'="" type="text/x-placeholder">6<script id="metamorph-51-end" type="text/x-placeholder"></script>'><script id="metamorph-52-start" type="text/x-placeholder"></script>Очередь через личный кабинет<script id="metamorph-52-end" type="text/x-placeholder"></script></label>
如果我只是在模板中使用{{queue.id}},那就可以了。
如何在html属性中传递该值?
答案 0 :(得分:0)
在这个版本的emberjs我应该写
<label {{bind-attr for=queue.id}}>