jakubrohleder / angular-jsonapi

Simple and lightweight, yet powerful ORM for your frontend that seamlessly integrates with your JsonAPI server.
http://jakubrohleder.github.io/angular-jsonapi/
GNU General Public License v3.0
95 stars 34 forks source link

Error is being raised if no content is returned by the server #12

Closed hedder closed 8 years ago

hedder commented 8 years ago

If servers follows this rule and returns no data on request, deferred.resolve(response.data.meta); raises an error because response.data is undefined.