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

Function several

src/restangular.js:888–892  ·  view source on GitHub ↗
(parent, route /*, ids */ )

Source from the content-addressed store, hash-verified

886 }
887
888 function several(parent, route /*, ids */ ) {
889 var collection = [];
890 collection[config.restangularFields.ids] = Array.prototype.splice.call(arguments, 2);
891 return restangularizeCollection(parent, collection, route, false);
892 }
893
894 function oneUrl(parent, route, url) {
895 if (!route) {

Callers

nothing calls this directly

Calls 1

restangularizeCollectionFunction · 0.85

Tested by

no test coverage detected