array in angular js code example
Example: ng repeat syntax
<div ng-repeat="(key, value) in myObj"> ... </div>
<h1 ng-repeat="x in records">{{x}}</h1>
<div ng-repeat="(key, value) in myObj"> ... </div>
<h1 ng-repeat="x in records">{{x}}</h1>