Sorry about the Subject line. I didn't mean to leave it blank and not sure how to fix that. I did figure out the bind issue but I still can't seem to get the selected value from an angular select to scala.
On 2019/10/03 19:20:02, Joshua Ochsankehl <j...@gmail.com> wrote: > Hello I go by the name Ox. I am working on a project for work to make> > Zeppelin more usable to new analysts that don't know how to code. I am> > struggling with a few things that I am trying to do (I haven't code between> > two languages before). I am trying to make an interface that has> > everything coded in the background using angular and scala. In the end it> > should produce event flows from a data table. I don't know if this is the> > space for this or not but I'd like to start a dialog about it.> > > I was able to get a Scala array import into an angular select statement but> > I would like to now return the selected result to a scala paragraph> > instance.> > > Also it appears to me that bind isn't working how I think it should. For> > some reason some of my arrays are updating and some aren't even though I> > coded them the same way.> >