angular-deckgrid icon indicating copy to clipboard operation
angular-deckgrid copied to clipboard

Fix commas being inserted into templates.

Open caffeinewriter opened this issue 6 years ago • 0 comments

Array.prototype.join()'s default behavior is to join with ",", rather than an empty string. By explicitly specifying an empty string, this should fix commas being inserted into deckgrid templates with multiple innerHTML transclusion elements.

caffeinewriter avatar Sep 13 '17 03:09 caffeinewriter