link-list.html 261 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 <div class="link-list-block"> <div ng-repeat="link in vm.links"> <a ng-href="{{link.address | noosferoTemplateFilter:{profile: vm.owner.identifier} }}"> <i class="fa fa-fw icon-{{link.icon}}"></i> <span>{{link.name}}</span> </a> </div> </div>