link-list.html 119 Bytes
<div ng-repeat="link in vm.links">
  <a class="icon-{{link.icon}}" ng-href="{{link.address}}">{{link.name}}</a>
</div>