Open clark-ajf opened 8 years ago
try this
dragula="'{{'bag-' + day.name + '-' + module}}'"
How would you then set options for this bag? at present I can use:
dragulaService.setOptions('first-bag', { moves: function (el, container, handle) { return handle.className === 'handle'; } });
But what if we don't know the name of the bag at this time?
I'm trying to create dynamics names to avoid the Multiple Directives error, but with the double quotes used in the bag name the value is interpreted as text even if I use {{}}