Using ng-repeat to bind the same array multiple times.
JavaScript :
$scope.currentitem = item;
$scope.currentitemCategory = $scope.currentitem.category.split(',');
console.log($scope.currentitemCategory);
HTML:
<div ng-repeat="category in currentitemCategory track by $index">
<a href="/content/digital-library/us/en/search.html?category={{category}}">
<span class="text"> {{category}} </span>
</a>
</div>
Console Output :
Categorized in audience/business brandguidelines corporateinitiatives/idf