Skip to content

Instantly share code, notes, and snippets.

@idleworx
Created October 30, 2014 01:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save idleworx/7deb2fcde99705b6123c to your computer and use it in GitHub Desktop.
Save idleworx/7deb2fcde99705b6123c to your computer and use it in GitHub Desktop.
<table class="table table-striped" ng-if="items.length > 0">
<thead>
<tr>
<th ng-repeat="field in getFieldsSorted(items[0])">
{{field.description}}
</th>
</tr>
</thead>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment