How can I specify an index where an ng-repeat directive is going to start instead of zero?
I have a set of results and I just need to specify the starting one, which
Say you have a list of items, you can do it like this:
items
{{item.Name}}