restangular
restangular copied to clipboard
plain() removes my nested metadata from collections
I expected plain() to return the real response, but it returns an object without metadata. (I extract my metadata as described in the README.)
It also has methods added within setOnElemRestangularized which I wouldn't expect.
Can you provide a live example on Plunker please? I'm not entirely clear on what's happening