从接收到的对象中排除 restangular 函数

Exclude the restangular functions from received object

如何从我收到的对象中排除 restangular 函数。因此,此处应排除以 "addRestangularMethod" 开头的属性。如果可能,同时接收。

您可以通过在回复中调用 .plain() 来排除所有重新定义的附加内容。 The documentation 有这个:

plain(): Returns the plain element received from the server without any of the enhanced methods from Restangular. It's an alias to calling Restangular.stripRestangular(elem)