Open rubenswieringa opened 10 years ago
If I remember correctly, Restangular adds its own methods (one(), getList(), etc) to JSON-objects. We should ensure these methods (or a subset) are accessible through the RestangularModel class.
one()
getList()
If I remember correctly, Restangular adds its own methods (
one()
,getList()
, etc) to JSON-objects. We should ensure these methods (or a subset) are accessible through the RestangularModel class.