{{arrayToString(array)}}
$scope.array = ["tes","1","2","bla"]; $scope.arrayToString = function(string){ return string.join(", "); };