angular.js/docs
Pete Bacon Darwin a644ca7b4e fix(resource): check whether response matches action.isArray
When using $resource you must setup your actions carefully based on what the server returns.
If the server responds to a request with an array then you must configure the action with
`isArray:true` and vice versa.  The built-in `get` action defaults to `isArray:false` and the
`query` action defaults to `isArray:true`, which is must be changed if the server does not do this.
Before the error message was an exception inside angular.copy, which didn't explain what the
real problem was. Rather than changing the way that angular.copy works, this change ensures that
a better error message is provided to the programmer if they do not set up their resource actions
correctly.

Closes #2255, #1044
2013-07-31 21:17:37 +01:00
..
component-spec fix(ngAnimate): $timeout integration and cancel callbacks added 2013-07-26 23:49:54 -07:00
components chore(ngdocs): all animation-supported directives working with docs examples and jsFiddle/Plunkr pages 2013-07-29 21:22:05 -07:00
content fix(resource): check whether response matches action.isArray 2013-07-31 21:17:37 +01:00
img docs(header): replace logo.png with logo.svg 2013-07-31 11:48:13 -07:00
spec chore(ngdocs): replace showdown.js with marked.js 2013-07-26 08:51:38 -07:00
src docs(header): replace logo.png with logo.svg 2013-07-31 11:48:13 -07:00