I am defining a custom filter like so:
10条回答 忘了有多久 (楼主) 2020-11-22 06:47 For those who expect JSON and still getting the same error, make sure that you parse your data: $scope.customers = JSON.parse(data) 0 讨论(0) 查看其它10个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
For those who expect JSON and still getting the same error, make sure that you parse your data:
$scope.customers = JSON.parse(data)