我想逐一提醒所有li中的所有跨度值。
查看
<ul class="cg-tag-list" >
<li ng-repeat="tag in list">
<span>{{tag}}</span>
</li>
</ul>
的js
angular.forEach($scope.tag, function (item) {
//put your code here
});
答案 0 :(得分:1)
你只需要在功能内部设置警报 使用$ scope.list而不是$ scope.tag,因为它根据给定的代码未定义
{{1}}