Skip to content

Instantly share code, notes, and snippets.

/blah.html Secret
Created May 16, 2016

Embed
What would you like to do?
<div ng-repeat="ag in selectedVersion.attributes" ng-if="ag.attrs.length">
<strong>[[ag.name]]</strong>
<ul>
<li ng-repeat="av in ag.attrs">
[[av.name]]: [[av.value]]
</li>
</ul>
<hr ng-show="!$last" />
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.