Is it possible to specify the portion of an array to retrieve before making a $http GET request in Angular? I am aware of slicing arrays, but wondering if I can set this up in advance for better performance. In PHP, you can do something similar, but not sure about how to achieve this in JavaScript. Can I determine the subset of the array to fetch before it is fully declared?