0
我和獲取此異常:上市Rails的API數據的角度
Expected response to contain an array but got an object
堂妹 IsArray的:真正的 如果生病使虛假和ofcource這個異常消失。
{"themes":[{"id":1,"name":"This is first then","description":"This is first then"},{"id":2,"name":"Second Themes","description":"Second Themes"},{"id":3,"name":"This is $th theme","description":"This is $th theme"}]
}
但我不知道如何從這個json檢索數據。
<tr ng-show="themes.length" ng-repeat="theme in themes">
<td>{{theme.name}}</td>
<td>{{theme.description}}</td>
</tr>
它顯示什麼。
請幫