Skip to content

Instantly share code, notes, and snippets.

@fauverism
Created January 6, 2016 13:54
Show Gist options
  • Save fauverism/4e9fae8645d43e8820f0 to your computer and use it in GitHub Desktop.
Save fauverism/4e9fae8645d43e8820f0 to your computer and use it in GitHub Desktop.
Reference a property name in ng-repeat
<ul>
<li ng-repeat="(key,val) in data">{{key}}: {{val}}</li>
</ul>
@ranadheerrannu
Copy link

ranadheerrannu commented Jun 21, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment