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 was archived by the owner on Apr 12, 2024. It is now read-only.
Some of my resources, retrieved from the server, has some '$' prefixed properties. With angular >= 1.2.6 those properties are filtered when the resource is requested against the server (I think it might occurs on the shallowClearAndCopy function).
I know using '$' prefixed properties is not a good idea as they have a specific signification for angular, but what can I do when the server is using and sending those properties ?
Is there a real interest in filtering those properties when the resource is created ?