When using ng-repeat in Angular.js to add labels, they appear without spacing. Check out this Plunker for a demonstration.
However, if I add labels manually by copying the HTML code, they are displayed with whitespace.
Is there a way to add white space between labels without extra styling, similar to how it is done in pure Bootstrap?