MCPcopy
hub / github.com/mgonto/restangular / all

Function all

src/restangular.js:884–886  ·  view source on GitHub ↗
(parent, route)

Source from the content-addressed store, hash-verified

882
883
884 function all(parent, route) {
885 return restangularizeCollection(parent, [], route, false);
886 }
887
888 function several(parent, route /*, ids */ ) {
889 var collection = [];

Callers

nothing calls this directly

Calls 1

restangularizeCollectionFunction · 0.85

Tested by

no test coverage detected