In addition to rendering the value of the properties in an object, I\'d also like to render the property name as a label. Is there a way to do this with ng-repeat
ng-repeat
Try this:
{{key}}: {{val}}