标签: angularjs
我可以在angular.forEach()循环中使用字符串变量,如下所示:
#logo-text { color: white; text-align: right; }
如果错了我该如何在循环中使用这个变量?
答案 0 :(得分:3)
您应该使用bracket notation按变量名称访问属性:
collection.find({}, {sort: {Date: -1}}).fetch();