Angular ng-repeat

<div class="storeList curli" ng-repeat="x in storeList">{{ x.count(mid) }}</div>
//js
$scope.storeList = res.group;

data:

clipboard.png

Does it have something to do with the fact that

can cycle out three div, but can"t display the content of count (mid)?

Feb.28,2021

answer your own question. After some search, it has been solved:

<div class="storeList curli" ng-repeat="x in storeList">{{ x["count(mid)"] }}</div>
The

parameter has () or uses .key.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3041d-340c7.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3041d-340c7.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?