angular-deckgrid
angular-deckgrid copied to clipboard
Fix commas being inserted into templates.
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.