在javascript中使用angularjs数据绑定的正确方法是什么?

时间:2015-10-20 23:31:27

标签: javascript angularjs

我没有找到任何关于如何实现这一点的内容,所以我在这里问它。 我有这个

  if document.documentElement.clientWidth < document.documentElement.clientHeight
    document.getElementById('{{product.id}}').src = 'http://www.placehold.it/500x500?text={{product.id}}'
  else
    document.getElementById('{{product.id}}').src = 'http://www.placehold.it/809x500?text={{product.id}}'

在我的controllers.coffee中,显然javascript永远不会执行:在javascript中使用数据绑定的正确方法是什么,所以我可以使用这段代码?

a(ng-href='#!/products/{{product.id}}')
  img(alt='{{product.product}}', id='{{product.id}}')

0 个答案:

没有答案