My sequence of strings is "aby,abraham,issac,rebecca,job,david,daniel" and I want to insert a space after each comma.
I am assigning the value using ng-bind
and showing the result using ng-show
. I cannot use the join function as the data is retrieved as an array from the database.