Re: Calling Scala function from angular submit button

2019-10-09 Thread Joshua Ochsankehl
What I ended up doing was creating a variable that was shared between the angular and scala instances and created a watch and case statement that would call a function dependent on the value of the variable which would be changed on button click. This worked well until my company went to a YARN cl

Re: Calling Scala function from angular submit button

2019-10-09 Thread Jeff Zhang
I remember there's a bug in 0.8.0 about the z variable in yarn-cluster mode, but should be fixed in 0.8.1 Joshua Ochsankehl 于2019年10月10日周四 上午3:10写道: > What I ended up doing was creating a variable that was shared between the > angular and scala instances and created a watch and case statement

[Vote] Create feature branch for new angular web frontend

2019-10-09 Thread Jeff Zhang
Hi Folks, Recently, Hsuan Lee and Yadong Xie made a proposal about upgrading existing frontend from angular-js to angular 8 [1]. And they have made a POC for this proposal [2]. I would like to start this vote thread to discuss about creating a feature branch for this proposal since this is a pret