(parent, route)
| 882 | |
| 883 | |
| 884 | function all(parent, route) { |
| 885 | return restangularizeCollection(parent, [], route, false); |
| 886 | } |
| 887 | |
| 888 | function several(parent, route /*, ids */ ) { |
| 889 | var collection = []; |
nothing calls this directly
no test coverage detected