From the docs, I found this syntax works:
<ul>
<li ng-repeat="(key, value) in {"First Name":"John", "Last Name":"Smith"}">
<span>Key: {{key}}, value: {{value}}</span>
</li>
</ul>
From the docs, I found this syntax works:
<ul>
<li ng-repeat="(key, value) in {"First Name":"John", "Last Name":"Smith"}">
<span>Key: {{key}}, value: {{value}}</span>
</li>
</ul>