In this example, We basically use ng-repeat to iterate on an object items and create links or span label means whatever html you provide. scope object is: $scope.items = [{ html: "
ng-repeat
$scope.items
" }, { html: "Link" }]; html side:
See the example below: