8得票1回答
AngularJS ng-repeat函数返回对象数组时出现InfDig错误(无限循环)问题

这是我的代码: <h1 ng-repeat="item in func()">something</h1> $scope.func = function(){ return [{"property" : "value1"},{"property": "value...