according to ngRepeat docs you can use "(key, value) in the expression" as parameters ", where the key and value can be any user-defined identifiers, and the expression is a scope expression that allows the collection to be counted.
For example: (name, age) in {'adam': 10, 'amalie': 12}.
http://docs.angularjs.org/api/ng.directive:ngRepeat
source share