You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
… requests/responses
ngResource no longer filters properties prefixed with a single "$" character from requests or
responses, correcting a regression introduced in 1.2.6 (cb29632).
Closesangular#5666Closesangular#6080Closesangular#6033
caitp
pushed a commit
to caitp/angular.js
that referenced
this issue
Feb 4, 2014
… requests/responses
ngResource no longer filters properties prefixed with a single "$" character from requests or
responses, correcting a regression introduced in 1.2.6 (cb29632).
Closesangular#5666Closesangular#6080Closesangular#6033
… requests/responses
ngResource no longer filters properties prefixed with a single "$" character from requests or
responses, correcting a regression introduced in 1.2.6 (cb29632) which caused shallowCopy and
shallowClearAndCopy to ignore properties prefixed with a single "$".
Closes#5666Closes#6080Closes#6033
Hi,
here is a simple gist:https://gist.github.com/angelochen960/8749530
the json returned from server has this
When I use $http to get, result is correct, but if I use $resources, I got only
if I use angularjs 1.0.7, I got the $content as well, only when it's 1.2.10, why?
gist is here:
https://gist.github.com/angelochen960/8749530
thanks
The text was updated successfully, but these errors were encountered: