Hi All, I'm trying to use angular multiselect in a zeppelin notebook [image: image.png]
Selected values are stored in a String array ( variable items in this example) Than I try to bind it with angularbind <button type="submit" class="btn btn-primary" style="width: 200px; height: 40px; vertical-align: middle;" ng-click="MainCtrl.collectOptionItems(); z.angularBind('so', items, '20180924-131057_423209954'); z.runParagraph('20180924-131057_423209954') "> Generate data table! </button> so value is always null for me, so it seems that it does not accept string array (even if I do not pass a variable but add string array values directly) How can I use angularBind with array value? Is it possible, or is that any workaround for that? Best Regards Csaba