link-list.html 176 Bytes
<div ng-repeat="link in vm.links">
  <a class="icon-{{link.icon}}" ng-href="{{link.address | noosferoTemplateFilter:{profile: vm.owner.identifier} }}">{{link.name}}</a>
</div>