Error: [$resource:badcfg] Error in resource configuration. Expected response to contain an array but got an object?

后端 未结 5 557
遇见更好的自我
遇见更好的自我 2020-11-30 23:37

How fix Error:

[$resource:badcfg] Error in resource configuration. Expected response to contain an array but got an object?

//

5条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-12-01 00:12

    Also, if your service is sending an object instead of an array add isArray:false to its declaration.

    'query': {method: 'GET', isArray: false }
    

提交回复
热议问题